Python I.P.C

Daniel Greenblatt dan at cgl.ucsf.edu
Thu Oct 9 19:14:30 EDT 2003


Basically, I have two python processes, a client and a server. 
They are communicating via a socket. If the client can't connect to
the server, it  starts a new server process, and has to wait until the
server is up and listening for requests on the socket. Can anyone
recommend a good way for the client to block until the server is ready
to do business?

Thanks
Dan




More information about the Python-list mailing list