Re: Comparing the aio and epoll event frameworks.

Davide Libenzi (davidel@xmailserver.org)
Mon, 19 May 2003 17:58:11 -0700 (PDT)


On Mon, 19 May 2003, Dan Kegel wrote:

> > For single shot I mean that once you receive one event, you will not
> > receive more events for that fd if you do not rearm it. Suppose you
> > receive 1000 bytes of data and you get an event (EPOLLIN). If after 10
> > seconds you receive another 1000 bytes, you will receive another event.
> > This is not single shot.
>
> Oh, ok. I much prefer plain old edge triggered, anyway. It does
> the right thing with less fuss.

If someone will show a practical case where you cannot live without,
implementing it is trivial.

- Davide

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/