https://issues.apache.org/bugzilla/show_bug.cgi?id=50317

--- Comment #15 from Jim Riggs <[email protected]> ---
(In reply to macbogucki from comment #14)
> 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.

I don't understand why you are seeing different results. I just ran a test with
your configuration (except I set max-age=10). I then ran `ab -k -c 2 -t 30'
(30-second test), and only 3 requests went to the backend as expected.

Covener - What are you seeing?

-- 
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]

Reply via email to