On Mar 18, 2011, at 9:35 PM, exar...@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 :).
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python