Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: No child processes - system limit?

by clinton (Priest)
on Apr 01, 2010 at 17:45 UTC ( [id://832351]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        select(8, [3], NULL, NULL, {180, 0})    = 1 (in [3], left {180, 0}
    +)
        read(3, "e_type\":\"all_birthday\",\"ancestor"..., 4096) = 4096
    ...
        rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0
        rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0
        write(1, "\n", 1)                       = 1
    
  2. or download this
        select(8, [3], NULL, NULL, {0, 0})      = 0 (Timeout)
        time(NULL)                              = 1270142654
    ...
        munmap(0xb6af0000, 3768320)             = 0
        munmap(0xb6e88000, 3768320)             = 0
    
  3. or download this
        write(2, "\nSystem is busy - trying again\n", 31) = 31
        time(NULL)                              = 1270142665
    ...
        rt_sigaction(SIGCHLD, NULL, {0xe5c500, [], 0}, 8) = 0
        rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
        nanosleep({3, 0}, 0xbfb45ea4)           = ? ERESTART_RESTARTBLOCK 
    +(To be restarted)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://832351]
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: (4)
As of 2024-04-23 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found