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

learning memcached

by punkish (Priest)
on May 21, 2011 at 02:04 UTC ( [id://906015]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE t (id INTEGER PRIMARY KEY, str TEXT)
    
  2. or download this
    use Cache::Memcached;
    my $memd = new Cache::Memcached {'servers' => [ "localhost:11212" ]};
    ...
                Rate query_mem query_dbf
    query_mem 2723/s        --      -29%
    query_dbh 3846/s       41%        --
    

Log In?
Username:
Password:

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

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

    No recent polls found