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

and all is well now.

Is this portable?

--
Brian Akins
Senior Systems Engineer
CNN Internet Technologies



Reply via email to