This is the mail archive of the cygwin-developers@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: PLEASE TEST: New implementation of blocking socket I/O


On Apr  1 10:24, Pierre A. Humblet wrote:
> Also in wsock_event::release the event is closed before
> the ioctlsocket call. Doesn't that leave the system in a
> limbo state for a short period? It's because of transitions
> like that that I was thinking of keeping the event open.

That shouldn't matter.  Event selecting is properly stopped first.
Then the event object isn't used anymore, anyway.  And then the
socket is switched back to blocking.  Looks pretty normal.  I'm
under the impression that the quotation from MSDN in my previous
posting has something to do with the hangs.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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