On 25 Jun, 03:31 pm, [email protected] wrote: >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?
Twisted Web does not presently support XML-RPC multicalls. Jean-Paul >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 _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
