[Twisted-Python] XMLRPC --> Twisted

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

On Jun 26, 2012, at 8:24 AM, exarkun@twistedmatrix.com wrote:
If you wish it to do so, please request the feature at <http://twistedmatrix.com/trac/newticket> - although first, you should search there to see if someone else has requested it already, in which case you can just add yourself to the 'cc' list to be notified about changes. If you just ask on the mailing list, it will likely be forgotten. The most reliable way to get such a thing into Twisted, of course, is to attach a patch to the ticket, complete with documentation and unit tests, that implements the feature :). -glyph

On Jun 26, 2012, at 8:24 AM, exarkun@twistedmatrix.com wrote:
If you wish it to do so, please request the feature at <http://twistedmatrix.com/trac/newticket> - although first, you should search there to see if someone else has requested it already, in which case you can just add yourself to the 'cc' list to be notified about changes. If you just ask on the mailing list, it will likely be forgotten. The most reliable way to get such a thing into Twisted, of course, is to attach a patch to the ticket, complete with documentation and unit tests, that implements the feature :). -glyph
participants (3)
-
exarkun@twistedmatrix.com
-
Glyph
-
vinod kumar