Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Parallel ForkManager error with run_on_wait()

by sojourn548 (Acolyte)
on May 16, 2013 at 07:37 UTC ( [id://1033780]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in block exit at /lib/site_perl/5.8.7/Paral
    +lel/ForkManager.pm line 365.
    Use of uninitialized value in block exit at /lib/site_perl/5.8.7/Paral
    +lel/ForkManager.pm line 365.
    Unable to create sub named "" at /lib/site_perl/5.8.7/Parallel/ForkMan
    +ager.pm line 365.
    Good-Bye...
    
  2. or download this
    our %procs;
    use constant LIMIT => 4
    ...
        delete $procs{$pid};
      }
    }
    
  3. or download this
        357 sub run_on_wait { my ($s,$code, $period)=@_;
        358   $s->{on_wait}=$code;
    ...
        368     };
        369   };
        370 };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1033780]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-19 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found