[Twisted-Python] Benchmark of Python WSGI servers

Glyph Lefkowitz glyph at twistedmatrix.com
Sat Mar 19 02:29:56 MDT 2011


On Mar 18, 2011, at 9:35 PM, exarkun at twistedmatrix.com wrote:

> A multi-process WSGI container might actually be of practical use, since 
> it may make more cores available to your server.  If an application is 
> bottlenecked on CPU rather than some high-latency operation (as you can 
> only process as many concurrent requests as you have threads in your 
> threadpool), more cores can help.

+1.  This will actually speed up your application code, not just the server :).

-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20110319/e5fd59a6/attachment.html>


More information about the Twisted-Python mailing list