Old Thread: cygwin Performance

Christopher Faylor cgf@redhat.com
Sat Jan 26 15:54:00 GMT 2002


On Sat, Jan 26, 2002 at 08:14:47PM +0100, Ralf Habacker wrote:
>while makeing some tests I recognized, that sometime select() and
>close() crashes, if the number of used file descriptors is > 60.

grep /usr/include/sys/types.h for "FD_SETSIZE".  You'll note that it is,
by default, 64.  Set it to something higher, before invoking sys/types.h
if you need something higher.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list