Hi I have a webpage in which I read a text file for processing. My benchmark (ab) results show a much higher request / second than contents stored and accessed using memcached. And also the number of failed request is 0 when I am using disk IO where as when I am using memcached the number keeps going higher. What could be the possible reasons for memory IO being slower than disk IO, and the failed requests.
I would also like to know how these settings -c , -n, -b affect overall performance. Thanks Ved
