Re: redmond event loop
[email protected] (Graham Barr)
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Nov 30, 2000 at 07:14:50PM +0000, Graham Barr wrote: > On Thu, Nov 30, 2000 at 12:52:49PM -0500, Steve Lidie wrote: > > Nick Ing-Simmons wrote: > > > > > > Steve Lidie <[email protected]> writes: > > > > > > > >Preliminary testing shows that Perl's native select() works OK on Win32 > > > >sockets. > > > > > > Hmm, even for listen sockets? > > > > Now you've got me.... didn't try that. > > It should do. If it did not then Net::FTP would not work without using > passive mode. And I am sure it does. For some reason after sending that something just did not feel right. So I checked the source of Net::FTP. It does not call select() on the listen socket, so lets just forget I said anything Graham.