On Wed, May 23, 2007 at 03:38:24PM +0200, Manlio Perillo wrote:
Igor Sysoev ha scritto:
On Wed, May 23, 2007 at 02:17:03PM +0200, Manlio Perillo wrote:
Reading the source code, I have found this option.
Does this means that nginx can enable multithreading for each worker?
No, the threads code is currently broken.
Do you plan to work on this feature?
Yes, but threads in nginx are not intended to map thread to some request.
It can be the only solution for supporting things like mod_wsgi (ok,
threads are bad, but nginx only supports and will supports a fixed
number of worker processes, right?).