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 application

  
have 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 fine

  
Depending 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