Tintware Documentation : Tint Programming Language : Tint Reference : XML-RPC : xmlrpc.serverSyntax#(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. |