https://issues.apache.org/bugzilla/show_bug.cgi?id=50317
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #14 from [email protected] --- I have just attached 3 files * access_log * error_log * tomcat_log (application server log) * At 07:31:40 I ran the command '/usr/bin/GET -des http://apache-app1/url' ** There is nothing in the cache so the response was inserted in the cache * At 07:32:25 I ran the command '/usr/bin/ab -k -c 2 -n 4 http://apache-app1/url' ** All the responses was served from the cache * At 07:32:37 I ran the command '/usr/bin/ab -k -c 2 -n 4 http://apache-app1/url' ** 3 responses was served from the cache but 3 was serverd from the application server. I don't understand why only 3 responses were served from the cache in the third case. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
