Re: [Libevent-users] Reducing number of system calls needed by libevent in the epoll case?

2008-09-20 Thread Dan Kegel
On Fri, Sep 19, 2008 at 11:27 PM, Robert Iakobashvili <[EMAIL PROTECTED]> wrote: >> It occurs to me that libevent could reduce the number >> of such system calls transparently by using >> EPOLLET and caching readiness status in userspace. > > This may be particularly useful, when > working on demul

Re: [Libevent-users] Reducing number of system calls needed by libevent in the epoll case?

2008-09-19 Thread Robert Iakobashvili
Dan, On Mon, Sep 15, 2008 at 3:08 AM, Dan Kegel <[EMAIL PROTECTED]> wrote: > Howdy! > I've been an admirer of libevent since it was a wee lad, > but never had an excuse to try it out until now. > http://codereview.chromium.org/3202/patch/1/11 > is my attempt at using libevent to port a > simple t