Re: :Wheel::Run-new not returning?

2007-03-18 Thread Rocco Caputo
Great catch, Eric. POE::Wheel::Run *is* flawed for assuming $/ is the default value. I don't object to ensuring it's locally the default around $sem_pipe_read. -- Rocco Caputo On 3/16/07 16:33, Eric Busto [EMAIL PROTECTED] wrote: Last e-mail, I promise. I found the source of the

RE: :Wheel::Run-new not returning?

2007-03-16 Thread Eric Busto
, so any opposition to POE::Wheel::Run setting $/ itself? -Original Message- From: Eric Busto Sent: Thursday, March 15, 2007 2:09 PM To: poe@perl.org Subject: RE: :Wheel::Run-new not returning? So by running my script like so: PERLDB_OPTS=NonStop=1 LineInfo=debug.out AutoTrace /home

RE: :Wheel::Run-new not returning?

2007-03-15 Thread Eric Busto
my problem. -Original Message- From: Eric Busto Sent: Thursday, March 15, 2007 2:09 PM To: poe@perl.org Subject: RE: :Wheel::Run-new not returning? So by running my script like so: PERLDB_OPTS=NonStop=1 LineInfo=debug.out AutoTrace /home/utils/perl-5.8.8/bin/perl -d ./RSM.pl I have

POE::Wheel::Run-new not returning?

2007-03-14 Thread Eric Busto
I'm using POE::Wheel::Run to spawn off child rsync processes. Every so often (i.e. every 1 in 50 to 100 calls), the new method fails to return. Since it seems a bit random, I'm stumped on how to go about figuring this out. Has anyone else encountered this before, or have any ideas? I'm not