Jeff Trawick wrote:
I wrapped these sections with:
The better-yet-still-reasonably quick hack is to zap the FD_SETSIZE checks in os/unix/unixd.c and server/mpm/worker/worker.c. Since your platform has poll(), you won't suffer from lack of FD_SETSIZE checking in APR 0.9.
#ifndef HAVE_POLL
HAVE_POLL is not defined in that file for me on a system with poll(). This makes sense, as Apache would rely on APR to fuss over such details.
and all is well now.
or you haven't hit the problem again (yet)?
