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 !

Yes, I know Twisted, but asynchronous model is an overkill for me in
this particular project. I do not need high performance, simple forking
suites my needs better.

BR,
Przemek

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

Reply via email to