This is the mail archive of the cygwin-patches@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: Performance: fhandler_socket and ready_for_read()


On Tue, Jul 30, 2002 at 10:02:13PM -0400, Chris Faylor wrote:
> Now that you mention it, though, this could be handled (correctly?) by
> calling set_r_no_interrupt whenever we first create a socket iff
> winsock2_active.  I think putting this in the fdsock function would
> catch this.  This means that I didn't have to virtualize this method.
> Agh.

I agree.  Just setting the flag is cleaner than overriding the method
while the flag is still set to a wrong value, isn't it?

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]