Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Apache Processes Hung on Socket Issue

by eallenvii (Novice)
on Jul 03, 2013 at 19:04 UTC ( [id://1042256]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        eval {
            local $SIG{ALRM} = sub { die 'timed out' };
    ...
                    Proto    => 'tcp');
            alarm(0);
        };
    
  2. or download this
        eval {
            local $SIG{ALRM} = sub { die 'timed out' };
    ...
                    Timeout  => $connect_timeout,
                    Proto    => 'tcp');
        };
    

Log In?
Username:
Password:

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

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

    No recent polls found