Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: mixing multisockets and forks

by fxmakers (Friar)
on Mar 29, 2004 at 00:50 UTC ( [id://340463]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use POSIX ":sys_wait_h";
    
    ...
    
      $SIG{'CHLD'} = \&REAPER;
    }
    
  2. or download this
    use strict;
    use POSIX ":sys_wait_h";
    ...
    for (;;) {}
    
    1;
    
  3. or download this
    use strict;
    use POSIX ":sys_wait_h";
    ...
    }
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 02:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found