Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

mixing multisockets and forks

by fxmakers (Friar)
on Mar 28, 2004 at 16:36 UTC ( [id://340402]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::Socket::INET;
    ...
    for (;;) {
      &loop_socket();
    }
    
  2. or download this
    use strict;
    use POSIX ":sys_wait_h";
    ...
    for (;;) {
      &timer_online();
    }
    
  3. or download this
    use strict;
    use IO::Socket::INET;
    ...
      &loop_socket();
      &timer_online();
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-03-28 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found