Client sockets without os.fork()

Larry ld at nospam.com
Fri Jul 5 20:14:36 EDT 2002


When a client connects in unix/linux, I could simply use the os.fork()  to
create a nice new process to deal with the newly requested session.

I now have a need to do this in windows.  Can anyone relay a fairly easy way
to put the newly created socket into it's own thread so that it can go about
doing it's business while the orginal daemon can sit and listen for new
connections?

Thanks,
Larry





More information about the Python-list mailing list