Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: A server that has a fool as its client: itself

by ikegami (Patriarch)
on Feb 10, 2011 at 19:22 UTC ( [id://887524]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub run {
       for (;;) {
    ...
          $_->send($msg) for @connections_to_clients;
       }
    }
    
  2. or download this
    # Client class
    
    ...
          ... send $msg ...
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-16 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found