Using ioctl(fd, FIONBIO, &on) for non-blocking socket and connect () returns with error "no more processes"

Pascal Vittone Pascal.Vittone@col.bsf.alcatel.fr
Fri Apr 21 02:06:00 GMT 2000


	In fact, connect returns WSAEWOULDBLOCK that is translated in UNIX error code
EWOULDBLOCK and EWOULDBLOCK is equal to EAGAIN. The right solution is to
translate WSAEWOULDBLOCK in EINPROGRESS in this particular case. There are many
ways to solve this problem.

	Best regards,

	Pascal Vittone

-- 
                                                    ________________
____________________________________________________\              /_______
Pascal Vittone		ESD/EBU/LSD/R&D
mailto:Pascal.Vittone@col.bsf.alcatel.fr	Alcatel Business Systems
Tel: +33 (0)1 55 66 56 77			      32, av. Kleber
Fax: +33 (0)1 55 66 54 24			     F-92700 Colombes
_________________________________________________________\    /____________
                                                          \  /
                                                           \/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list