(pre)forking server framework?

Thomas Guettler niemand.leermann at thomas-guettler.de
Mon Jun 12 10:49:57 EDT 2006


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: niemand.leermann at thomas-guettler.de




More information about the Python-list mailing list