is this answer for me or for Carlos?

On Nov 18, 6:42 pm, Patrick Galbraith <[email protected]> wrote:
> Hi!
> I meant to let you know - if you don't already know, here are the docs for 
> get multi (if you are using 
> PECL/meemcached):http://www.php.net/manual/en/memcached.getmulti.php
> --Patrick
> head wrote:What type of application/client are you using (PHP, Perl, Ruby, 
> etc...) ? it's php applicationhave to see your script to see what the deal is 
> :)its very simple script, I am pretty sure there is no problem in a script 
> because below 3000 connections to memcached it works fineDepending on your 
> client, you will have a "get" and a "multi get" call. "get" fetches a single 
> item whereas "multi get" call returns multiple items (given a list of keys). 
> For instance, Perl's Cache::Memcached client has an "mget()" and a 
> "get_multi()" function.I grepped all the script and I see only get is used, 
> not get_multi

Reply via email to