Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Event based handling of multiple connections with AnyEvent

by Anonymous Monk
on Oct 29, 2008 at 03:56 UTC ( [id://720149]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #####################3 server.pl
    use strict;
    ...
    );
    
    $loop->loop_forever();
    
  2. or download this
    ######################## client.pl
    use strict;
    ...
        warn sprintf 'TIME TO READ FROM SERVER %s: ELAPSED: %s GOT: %s', T
    +ime::HiRes::time - $recv_start, time - $time, $buffer;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found