passing a socket to a spawned process.

Mike M mikemussman at yahoo.com
Mon Oct 11 13:23:27 EDT 2004


Is it possible?  In the parent process, I have a socket that binds,
listens and then accepts new connections (which creates new sockets in
the process).  I want to be able to pass some of these new sockets to
a spawned process.  Is it possible, and if so how?

Any help is much appreciated!!

Mike



More information about the Python-list mailing list