Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^15: PANIC: underlying join failed threded tcp server

by BrowserUk (Patriarch)
on Oct 24, 2012 at 23:52 UTC ( [id://1000737]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #    if( threads::list( threads::running ) >= 100 ) {
    #        sendResponse("Session rejected. Too many sessions currently r
    +unning.\n", 101, $client); #just decided 101 should be the retry retu
    +rn code, no reason really
    ...
    #        $client->shutdown(2);
    #        $client->close;
    #    }else
    
  2. or download this
    our $T //= 1000;
    our $R //= 1000;
    ...
    }
    
    $_->join for @threads;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-18 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found