This is the mail archive of the cygwin@sourceware.cygnus.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]

fcntl and getdtablesize




Bug:   
Cygwin's fcntl() function doesnt seem to handle O_NONBLOCK/
FNDELAY at all.  I am able to use ioctl() with FIONBIO for
sockets, but fcntl() should be useable for this as well.

Question:
Is there a way to raise the limit on open file descriptors?
getdtablesize() currently returns 64 (NOFILES).  There
appears to be a setdtablesize() but it looks like it is
for internal use only.  If this is not currently supported,
will it ever be supported?

                                  Tim N.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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