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

Re^2: How to maintain a persistent connection over sockets?

by flexvault (Monsignor)
on May 02, 2012 at 13:59 UTC ( [id://968453]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     use IO::Socket::UNIX;
     use strict;
    ...
              close $client;
          }
     }
    
  2. or download this
     use IO::Socket::UNIX;
     use strict;
    ...
     ...
    
     }
    
  3. or download this
    50,000 records processed:  ( results are number/second )
    
    ...
                         Writes:      2,953 | 1,152
                         ReadNext:   35,138 | 2,870
                         ReadPrev:   34,236 | 2,616
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-03-29 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found