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]

RE: Select.cc patch


Giovanni Maruzzelli wrote:
> Hi Sergey, Hi all,
>
> I've seen in the patch (I've not get the sources for CDK) that there was
> also a problem with the accept call.
>
> What's the problem and is this fixed?
>

The problem is simple - in win32 environment we may use 
WaitForMultipleObjects() api call to do "select" on sockets/handles, but it 
works only for connected sockets, and doesn't work for 
"connecting"/"listening" sockets. The whole file select.cc is avoiding of 
this problem :-)


--
Sergey Okhapkin
Moscow, Russia
Looking for a job.


-
For help on using this list, 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]