xmlrpclib.Server - how to disconnect

C

codecraig

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
 
K

Kent Johnson

codecraig said:
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?

Are you sure this is a problem? xmlrpc uses HTTP/1.0 to connect. Looking at the code it seems to
close the connection after each request.

Kent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top