Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: learning memcached

by punkish (Priest)
on May 22, 2011 at 15:29 UTC ( [id://906177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Benchmark: timing 10000 iterations of query_dbh, query_mem...
     query_dbh:  6 wallclock secs ( 3.87 usr +  0.92 sys =  4.79 CPU) @ 20
    +87.68/s (n=10000)
     query_mem:  6 wallclock secs ( 2.51 usr +  1.23 sys =  3.74 CPU) @ 26
    +73.80/s (n=10000)
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
        my @chr = ('a'..'z','A'..'Z','0'..'9','_', ' ');
        return join "", map { $chr[rand @chr] } 1 .. $len;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-19 21:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found