perl.loop...Re: non blocking issue by Isabelle Cabrera- June 4, 2008 Zidane Tribal a écrit :> On 28052008, Isabelle Cabrera <isabelle.cabrerainria.fr> wrote:> >> Hi,>>>> I have a problem using the Event module.>>>> My goal: I have several sentences that I need to parse. For a faster>> process, I have a dispatcher which sends the sentences to several hosts>> so that the processes are distributed.>>>> In my dispatcher, I register every host. For each host I create a watcher...http://www.nntp.perl.org/group/perl.loop/2008/06/msg1123.html Re: non blocking issue by Zidane Tribal- June 1, 2008 On 28052008, Isabelle Cabrera <isabelle.cabrerainria.fr> wrote:> Hi,>> I have a problem using the Event module.>> My goal: I have several sentences that I need to parse. For a faster> process, I have a dispatcher which sends the sentences to several hosts> so that the processes are distributed.>> In my dispatcher, I register every host. For each host I create a watcher :>> $self->hosts$hostwatcher => Event->var(desc =>"Process...http://www.nntp.perl.org/group/perl.loop/2008/06/msg1122.html |