[Twisted-Python] XMLRPC --> Twisted
vinod kumar
vk.86.811 at gmail.com
Mon Jun 25 09:31:32 MDT 2012
Hi,
I have made a server code in xmlrpc. It has a command
"server.register_multicall_functions()". How do I write the same in
twisted server?
This is the main of the twisted server :
--------------------
if __name__ == '__main__':
from twisted.internet import reactor
r = Example()
reactor.listenTCP(7070, server.Site(r))
print 'avtundile'
reactor.run()
-----------------------
Thanks,
Vinodh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20120625/90e41750/attachment.html>
More information about the Twisted-Python
mailing list