On Thu, Oct 28, 2004 at 10:17:03PM +0200, Matthias Scheler wrote: > I couldn't open that file because you a passed file number larger than 255. > >From Solaris's stdio(3C) manual page: > > The integer constant FOPEN_MAX specifies the minimum number > of files that the implementation guarantees can be open > simultaneously. Note that no more than 255 files may be > opened using fopen(), and only file descriptors 0 through > 255 can be used in a stream. Okay... I guess we could book a low file descriptor for dumping the database. Something stored in a static. The problem is that we'll need to do the same thing for MX sync, which uses a number of file descriptor which depends on the number of MX peers. But as I understood, building a 64 bit binary automagically fixes everything... -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] Volume 2
2004-10-29 by Emmanuel Dreyfus
Attachments
- No local attachments were found for this message.