> "RD" == Raul Dias <[EMAIL PROTECTED]> writes:
RD> when you accept a connection like:
RD> $client = $socket->accept;
RD> $client will be in blocking mode _even_ if $socket is in
RD> non-blocking mode.
the listen socket has nothing to do with a newly accepted
socket. non-blocking mo
At 08:17 PM 10/10/01 -0300, Raul Dias wrote:
>The problem is not related to Event.pm, but how sockets works in general.
>
>when you accept a connection like:
>$client = $socket->accept;
>
>$client will be in blocking mode _even_ if $socket is in non-blocking mode.
This (AFAIK) can be adjusted by
>On Tue, Oct 09, 2001 at 11:02:37PM -0300, Raul Dias <[EMAIL PROTECTED]> wrote:
>> I think I might have found another bug in Event.
>>
>> when this watcher gets called the socket will be in blocking mode
>> ( $socket->blocking == 1 ).
>
>Are you really sure? I use event since a long time and it w
On Tue, Oct 09, 2001 at 11:02:37PM -0300, Raul Dias <[EMAIL PROTECTED]> wrote:
> I think I might have found another bug in Event.
>
> when this watcher gets called the socket will be in blocking mode
> ( $socket->blocking == 1 ).
Are you really sure? I use event since a long time and it worked f
Hello, Vincent,
> I tried to install Event perl module from Event-0_01_tar.gz
this version number looks out of date. Please try Event-0.83.tar.gz. It can be found
at http://search.cpan.org/search?dist=Event.
Jochen
I tried to install Event perl module from Event-0_01_tar.gz
When trying to run perl script :
Can't locate Event.pm in @INC (@INC contains:
/usr/opt/PERL5004/lib/perl5/alpha-dec_osf/5.00404 /usr/opt/PERL5004/lib/perl5
/usr/opt/PERL5004/lib/perl5/site_perl/alpha-dec_osf
/usr/opt/PERL5004/lib/pe