码迷,mamicode.com
首页 > 其他好文 > 详细

Nginx(4) - Connection processing methods

时间:2016-02-01 18:46:49      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

A connection processing method can be selected explicitly with the use directive.

The following connection processing methods are supported:

select — standard method. The --with-select_module and --without-select_module configuration parameters can be used to forcibly enable or disable the build of this module.

poll — standard method. The --with-poll_module and --without-poll_module configuration parameters can be used to forcibly enable or disable the build of this module.

kqueue — efficient method used on FreeBSD 4.1+, OpenBSD 2.9+, NetBSD 2.0, and Mac OS X.

epoll — efficient method used on Linux 2.6+.

/dev/poll — efficient method used on Solaris 7 11/99+, HP/UX 11.22+ (eventport), IRIX 6.5.15+, and Tru64 UNIX 5.1A+.

eventport — event ports, efficient method used on Solaris 10.

Nginx(4) - Connection processing methods

标签:

原文地址:http://www.cnblogs.com/thlzhf/p/5175629.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!