OVDB Too many open files

Russ Allbery rra at stanford.edu
Thu Apr 13 21:16:15 UTC 2000


Per Hedeland <per at erix.ericsson.se> writes:

> Innd is a heavy user of select(), and Bad Things will happen if you try
> to use fds > 1023 with select() pre Solaris 7... (perhaps this might
> even be the *cause* of your problems).

Yeah, if I recall correctly, the FD_*() macros will happily scribble all
over memory if you try to initialize an fd_set that's larger than 1024.

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-workers mailing list