cross platform libraries

Ravi Teja webraviteja at gmail.com
Fri May 5 23:39:38 EDT 2006


Not much to it. Just follow the SimpleXMLRPCServer example from Python
docs and register your shutdown function. Call it using xmlrpclib
remotely.

Actually, I prefer the telnet method below. Simple and straight forward.




More information about the Python-list mailing list