Am Mon, 12 Jun 2006 06:22:52 -0700 schrieb czajnik:

> 
> Hi!
> 
> I'm quite new to Python development. Can someone advise me a framework
> useful for building (pre-)forking or threaded TCP servers, other than
> SocketServer ? I've seen source code of a few python-based app servers,
> all of theme seem to reinvent the wheel, eventually reusing
> SocketServer. I'd appreciate a framework with logging, process/thread
> pool, signal handling etc. Just plug-in a protocol implementation and
> go !

quixote has an scgi server which uses pre-forking worker processes.

http://www.mems-exchange.org/software/quixote/


HTH,
 Thomas

-- 
Thomas Güttler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
Spam Catcher: [EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to