[Libevent-users] selecting 'method' (epoll vs poll vs select)

david guéluy david.gueluy at netasq.com
Mon Mar 3 08:52:42 EST 2008


Hello,

You can set some environment variables to disable these methods
(EVENT_NOEPOLL / EVENT_NOPOLL / EVENT_NOSELECT ...)

setenv("EVENT_NOEPOLL", "1",  1);

Le 3 mars 08 à 14:33, Yakov Lerner a écrit :

> How do I select 'method' to use when I
> inititailze libevent ?  (epoll vs poll vs select)
>
> Thanks
> Yakov
> _______________________________________________
> Libevent-users mailing list
> Libevent-users at monkey.org
> http://monkeymail.org/mailman/listinfo/libevent-users



More information about the Libevent-users mailing list