"Pre-forking" SocketServer...

Stephen Norris srn at fn.com.au
Fri Jun 25 03:12:49 EDT 1999


I thought someone might be interested - I've written a
pre-thread-generating socket server, which maintains a set of threads to
handle incoming requests. Considerably faster than the forking server,
but a drop-in replacement for a TCPServer.

It's at: http://flibble.fn.com.au/~srn/Python/

The trace module is needed for debugging output - it's easy to remove.

Comments encouraged.

	Stephen
-- 
Stephen Norris  srn at fn.com.au
PGP key available via finger srn at flibble.fn.com.au.
Farrow Norris Pty. Ltd.     http://www.fn.com.au/




More information about the Python-list mailing list