> Hi, > I do simple benchmark on my web server by issuing 50 queries. I send > 10,000 request and it shows by using memcached is slightly slower than > (or almost the same) without memcached. The result shows 216.29 > request per second for memcached enabled and 216.51 for memcached > disabled. However, if i run memcached in the same machine as web > server, the result is faster, which is 231.55. > > i'm using memcached version 1.4.4 in my dedicated server. i used php > as my memcached client written by abhinav at his site > http://abhinavsingh.com/blog/2009/01/memcached-and-n-things-you-can-do-with-it. > > Hope someone can help me.Thanks :D
What is your app and what exactly is it doing? What are the components, db queries, etc? have you verified memcached is being accessed instead of the database?
