passing a socket to a spawned process.
Mike M
mikemussman at yahoo.com
Mon Oct 11 13:23:27 EDT 2004
More information about the Python-list mailing list
Mon Oct 11 13:23:27 EDT 2004
- Previous message (by thread): passing a socket to a spawned process.
- Next message (by thread): passing a socket to a spawned process.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): passing a socket to a spawned process.
- Next message (by thread): passing a socket to a spawned process.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list