xmlrpclib.Server - how to disconnect

codecraig codecraig at gmail.com
Fri Apr 22 14:48:12 EDT 2005


Hi,
   If I create a connection to a and XML-RPC server, how can the client
disconnect from the server?

CLIENT:
url = "http://1.1.1.1:1234"
server = xmlrpclib.Server(url)

server.doSomething()

now how do i disconnect my client from the server?

thanks




More information about the Python-list mailing list