3 messages in ru.sysoev.nginxRe: Questions about worker_processes ...
FromSent OnAttachments
Aleksandar LazicApr 27, 2006 5:35 pm 
Igor SysoevApr 27, 2006 10:14 pm 
Aleksandar LazicApr 27, 2006 10:42 pm 
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: Questions about worker_processes && worker_connectionsActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Apr 27, 2006 10:42:06 pm
List:ru.sysoev.nginx

On Fre 28.04.2006 09:15, Igor Sysoev wrote:

On Fri, 28 Apr 2006, Aleksandar Lazic wrote:

and the worker_processes are only for 'loadbalancing'?

worker_processes are used for 1) SMP, 2) to decrease latency when workers blockend on disk I/O, 3) to limit number of connections per process when select()/poll() is used.

Thanx ;-)

regards

Aleks