Brian Akins wrote:
Jeff Trawick wrote:


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.


I wrapped these sections with:

#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)?

Reply via email to