3 messages in ru.sysoev.nginxRe: running a thread in the nginx wor...
FromSent OnAttachments
Manlio PerilloDec 27, 2007 6:38 am 
Igor SysoevDec 27, 2007 6:54 am 
Manlio PerilloDec 27, 2007 7:32 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: running a thread in the nginx worker process cycleActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Dec 27, 2007 6:54:02 am
List:ru.sysoev.nginx

On Thu, Dec 27, 2007 at 03:39:10PM +0100, Manlio Perillo wrote:

With mod_wsgi I'm starting to testing threading usage in the Python application.

Do I have to take some precautions when starting a new thread? In the nginx sources I see that some signals are blocked.

Above all, it is safe to start a new thread?

It's not simple question. I can not say right now.