Re: non-blocking socket bug?

2001-10-10 Thread Uri Guttman
> "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

Re: non-blocking socket bug?

2001-10-10 Thread Bruce J. McKenzie
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

Re: non-blocking socket bug?

2001-10-10 Thread Raul Dias
>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

Re: non-blocking socket bug?

2001-10-10 Thread pcg
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

Re: Event module installation

2001-10-10 Thread Jochen Stenzel
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

Event module installation

2001-10-10 Thread Vincent . Mucchielli
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