You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Mindaugas JanuĊĦaitis <mi...@gmail.com> on 2007/04/13 23:19:59 UTC

apr_pollset_poll, Linux and EPOLL ET (Edge Trigered) interface

Hello developers,

When using apr_pollset_poll, I missed the Edge Trigered behavior. In the
epoll manual it's the recommended way of use.  Epoll is most efficient when
used with Edge Trigered interface... It's Linux specific it's not portable
but including extra APR_ flags won't hurt. The Platforms that do not support
it will simply take no effect. The patch is included, your commens &&
questions are welcome. Note*  The patch is against apr 1.2.8, but it will
cleanly apply against SVN, tested.

Comments && questions welcome.