Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: fork() and defunct children

by shmem (Chancellor)
on Feb 11, 2008 at 20:45 UTC ( [id://667445]=note: 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);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found