4 messages in ru.sysoev.nginxRe: worker_threads
FromSent OnAttachments
Manlio PerilloMay 23, 2007 5:16 am 
Igor SysoevMay 23, 2007 5:22 am 
Manlio PerilloMay 23, 2007 6:38 am 
Igor SysoevMay 23, 2007 6:43 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: worker_threadsActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:May 23, 2007 6:43:36 am
List:ru.sysoev.nginx

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?).