Re: epoll patch request

From: David Nicklay <dnicklay@dont-contact.us>
Date: 12 Jun 2003 15:35:16 -0400

Hi,

I did:
./configure --enable-epoll --disable-poll --disable-kqueue
--disable-select
which should have done this, but the USE_EPOLL 0 is what shows up.....

On Thu, 2003-06-12 at 15:26, Henrik Nordstrom wrote:
> On Thursday 12 June 2003 18.10, David Nicklay wrote:
>
> > Could someone with more knowledge of autoconf than I, please submit
> > a patch to fix the epoll comm module builds? Currently, it is
> > putting "#define USE_EPOLL 0" into include/autoconf.h after a
> > configure, when that should be "#define USE_EPOLL 1".
>
> You need to disable the other methods for EPOLL to be used.. The
> priority between the methods currently is:
>
> 1. poll
> 2. select
> 3. kqueue
> 4. epoll
> 5. select as last effort even if not found
>
>
> See configure.in where USE_EPOLL is defined.
>
>
> Robert: This should be cleaned up before release. It should only be
> required to use one configure option to select which I/O method to
> use, not four, and if a method is given to configure but not existing
> on the system then the build should error, not silently select
> another..
>
> Regards
> Henrik

-- 
David Nicklay
Location: CNN Center - SE0811A
Office: 404-827-2698	Cell: 404-545-6218
Received on Thu Jun 12 2003 - 13:35:04 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:20:07 MST