Confirm event model

iberkner at gmail.com iberkner at gmail.com
Tue Oct 25 12:01:24 UTC 2011


Thanks Igor.

Is epoll considered the best polling method if available?

------Original Message------
From: Igor Sysoev
Sender: nginx-bounces at nginx.org
To: nginx at nginx.org
ReplyTo: nginx at nginx.org
Subject: Re: Confirm event model
Sent: Oct 25, 2011 5:58 AM

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.


-- 
Igor Sysoev

_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx




More information about the nginx mailing list