No, memcached does not make code run faster. In fact, it will slow down code in the right circumstances. But, that is not really the point.

See: http://code.google.com/p/memcached/wiki/FAQ#Memcached_is_not_faster_than_my_database._Why?


Brian.
--------
http://brian.moonspot.net/

On 3/8/10 8:12 AM, p23 wrote:
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

Reply via email to