Confirm event model

Igor Sysoev igor at sysoev.ru
Tue Oct 25 13:27:03 UTC 2011


On Tue, Oct 25, 2011 at 01:58:48PM +0400, Igor Sysoev wrote:
> On Mon, Oct 24, 2011 at 03:27:32PM -0400, Ilan Berkner wrote:
> > Is there a way to confirm / see which event model Nginx is using?
> > 
> > i.e. "select", "epoll", "kqueue", etc.?
> 
> Just write explictly:
> 
> events {
>     use epoll;
> }
> 
> If nginx can not use this method it will complain in error_log.

BTW, nginx loges on the notice level:
"using the "..." event method".


-- 
Игорь Сысоев
http://sysoev.ru



More information about the nginx mailing list