This is the mail archive of the cygwin 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: Socket read problem on Windows XP Pro & Cygwin


On Oct 22 14:58, Todd Rearick wrote:
> Todd Rearick <trearick_news <at> cox.net> writes:
> > Thanks for all of your help.  Unfortunately...now the problem isn't really 
> > directly under my control...hope I can find a solution.
> 
> HAHA!!!  I'm such an idiot.  [...]

No worries, me too.  Thanks to your report I was curious where the
EINPROGRESS was coming from.  I found that it already happens in connect
and after some thought I finally implemented a much simpler technique for
an interuptible blocking connect than before.  Actually the former
implementation looks embarrasingly complex in contrast to the new one.
The positive side effect of the new technique is now that your application
never gets errno set accidentally.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]