Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : XML-RPC : xmlrpc.server

Syntax

#(xmlrpc.server,http)
#(xmlrpc.server,http,%port)
#(xmlrpc.server,lrpc,%server)

%port optionally specifies the TCP/IP port that the HTTP server should listen on; it defaults to 80. %server specifies the name of the server.

xmlrpc.server never returns; if you want a seperate thread for the server something like, #(tint.thread,(#(xmlrpc.server,lrpc,Tint Emacs))) will work.