This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Old Thread: cygwin Performance


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]