Fork a SocketServer on NT

Jeff Shannon jeff at ccvcorp.com
Thu Nov 15 17:30:00 EST 2001


GT wrote:

> Hi,
>
>   I'm trying to fork a SocketServer on NT. But I don't know how to do
> this. The   os.fork doesn't work on NT.

Unless I'm severely mistaken, fork() is a unix-specific function.  You
can do something similar with threads--read the docs and source for the
ThreadingSocketServer.

Jeff Shannon
Technician/Programmer
Credit International





More information about the Python-list mailing list