SIGCHLD, fork, listen

Ng Pheng Siong ngps at madcap.dyn.ml.org
Fri Sep 24 11:03:08 EDT 1999


According to D'Arcy J.M. Cain <darcy at vex.net>:
> class echohandler(ForkingMixIn, StreamRequestHandler):

Leave the ForkingMixIn out.


>     server = TCPServer((HOST, PORT), echohandler)

server=ForkingTCPServer(...)

<shameless plug>
For forking, threading and async SSL server construction,
see M2Crypto at http://www.post1.com/home/ngps.
</shameless plug>

Cheers.
-- 
Ng Pheng Siong <ngps at post1.com>





More information about the Python-list mailing list