[Twisted-web] xmlrpc server daemon

Gustavo Rahal gustavo at grahal.net
Wed Feb 8 06:14:12 MST 2006


Hi

How do I make my xmlrpc server a daemon?

The code that starts the server is:

r = rmsWebServices()
xmlrpc.addIntrospection(r)
reactor.listenTCP(7080, server.Site(r))
reactor.run()

What should I change?


Thanks
Gustavo




More information about the Twisted-web mailing list