Re: does memcached fasten web server?

2010-03-16 Thread p23
On Mar 15, 8:19 pm, Gabriel Sosa sosagabr...@gmail.com wrote: How are you filling your cache? if you are doing in in the same script, you should run it more than once. Also I would like to see how your code was done. If you could post part of it maybe we can see what's going on. We've been

Re: does memcached fasten web server?

2010-03-09 Thread p23
What is your app and what exactly is it doing? What are the components, db queries, etc? This test is used to monitor the throughput (req/sec) using apache bench to compare result between webserver with memcached enabled and memcached disabled. I written a php code to request 50 mysql queries.

does memcached fasten web server?

2010-03-08 Thread p23
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

Re: does memcached fasten web server?

2010-03-08 Thread dormando
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,

Re: does memcached fasten web server?

2010-03-08 Thread Brian Moon
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