"$Bill Luebkert" <[EMAIL PROTECTED]> writes:

> > The $s->blocking(0) should be more likely to work.
> 
> I'm not sure how $s->blocking is actually accomplished since the code is
> hidden in the extension.

You could always read the source here:

   http://search.cpan.org/src/GBARR/IO-1.22/IO.xs

search for io_blocking.  It basically runs fcntl($io,F_SETFL,$old|O_NDELAY)
with some portability hacks.

--Gisle
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to