in reply to Re: Re: Checking whether or not IO::Socket::accept will block
in thread Checking whether or not IO::Socket::accept will block

I think you want to take a look at this.

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1

  • Comment on Re: Re: Re: Checking whether or not IO::Socket::accept will block

Replies are listed 'Best First'.
Re: Re: Re: Re: Checking whether or not IO::Socket::accept will block
by Vautrin (Hermit) on Feb 17, 2004 at 17:47 UTC
    Thank you++. I hadn't seen select used like that, and didn't know you could check whether or not there was anything to read on the main socket in order to check whether or not you can accept. It actually makes a lot of sense now that I think about it. <grins/>

    Want to support the EFF and FSF by buying cool stuff? Click here.