Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

fork() and defunct children

by xaprb (Scribe)
on Feb 11, 2008 at 19:54 UTC ( [id://667433]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          # Wait for the MySQL server to become responsive.
          my $tries = 0;
          while ( !$dbh->ping && $tries++ < $opts{w} ) {
             sleep(1);
             eval {
    
  2. or download this
          # Start a new child process.
          while ( @work_to_do && $opts{m} > keys %kids ) {
             my $todo = shift @work_to_do;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found