9 messages in ru.sysoev.nginxwhat a worker does?
FromSent OnAttachments
Marcos NevesJun 30, 2008 10:46 am 
PaulJun 30, 2008 2:08 pm 
RoxisJun 30, 2008 2:12 pm 
Mark FosterJun 30, 2008 2:27 pm 
PaulJun 30, 2008 2:31 pm 
PaulJun 30, 2008 2:59 pm 
MichaelJun 30, 2008 3:29 pm 
ThomasJul 1, 2008 2:06 am 
RoxisJul 1, 2008 2:41 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:what a worker does?Actions...
From:Marcos Neves (marc@public.gmane.org)
Date:Jun 30, 2008 10:46:21 am
List:ru.sysoev.nginx

Hi,

I need some help to fully understand what´s a worker is. For example, if I have only one worker, and run a long request, like a file download/upload or a long running proxy script like php or rails. Will this block the server, so it can´t serve other client until de request finish?

And what for worker_connections?

I´m trying to understand the request flow on nginx, so I can optimize it the right way.