Project

General

Profile

Actions

Server event-handlerDetails » History » Revision 3

« Previous | Revision 3/16 (diff) | Next »
Anonymous, 2006-08-10 23:05
moved to REST


{{{
#!rst

server.event-handler ====================

server.event-handler

set the event handler
Default: "poll"
Available handlers: select, poll, linux-rtsig, linux-sysepoll, solaris-devpoll, freebsd-kqueue
============ ========== ===============
OS Method Config Value ============ ========== ===============
all select select
Unix poll poll
Linux 2.4+ rt-signals linux-rtsig
Linux 2.6+ epoll linux-sysepoll
Solaris /dev/poll solaris-devpoll
FreeBSD, ... kqueue freebsd-kqueue ============ ========== ===============
See Also ========

}}}

Updated by Anonymous over 17 years ago · 3 revisions