-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Jeffrey,

On 5/22/13 6:30 PM, Jeffrey Janner wrote:
>> -----Original Message----- From: Mark Thomas
>> [mailto:ma...@apache.org] Sent: Wednesday, May 22, 2013 5:24 PM 
>> To: Tomcat Users List Subject: Re: Need AccessLogValve results
>> clarification
>> 
>> On 22/05/2013 23:13, Vanga Palli, Ravindra Kumar wrote:
>>> The timer starts when the incoming socket is assigned to a
>>> thread.
>> So, what you see in logs is a processing time but not  queuing
>> time.
>> 
>> Not quite. The timer starts once the request line has been
>> processed
>> 
>> Mark
>> 
>> 
>>> 
>>> Thanks, Ravi
> 
> Thanks guys. I thought that was how it worked, but glad for the 
> clarification. Now, if only I can figure out why the log shows the 
> same request for the login.jsp from the same IP 8 times in the
> same second (all with a very long processing time). Note: I don't
> think the IP is PAT/NAT.

Is the request GET? In any case, is there a Content-Length header? Is
it non-zero? Maybe the client is sending a partial header and then
waiting around before completing it. Tomcat would read the request
line (and start the clock) and then wait around for the rest of the
request before (likely) sending a fast response.

Also, if you are talking about a mobile client, you may have trouble
pushing data back to them quickly, resulting in a long response time.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJRnjiLAAoJEBzwKT+lPKRYs1wP/iLH+OyuYLMpX2Ka7/0AQqb6
7kQFdtoVeWXjh2iRJiVvMfLVAWuDnmVhrZRNwQeL0wPWaCDxTxO8/mSDqik8695A
lF+jgeb0DVQeadi7T2pum/NtT7bKtu8ZVVoHOFRs+9wSq2G8p5HL7LlVHQZdK3Vl
q4ysAb5K+gtO//5YINJU3aF/bzyv4Y05FrQyXC/6NAD0xF5I8guTcmE5WBGUKFi4
zzHKctbR8T8a6ZQfWebNUHj80Lr/5uwf1e4yV9MUETWAJ0aLFpD8eJdTN5617dhK
g0czEq51tSTId9XAKI9MtL+2ioz7OQm6dDgFHTbHXVTax//m7fKcgZ9TcqYvbCqh
OyUFGdcJYMgjX2rWBaxhKca1l16NAxs0JW2eCtegsnVWzxQuJjQ9DEEgRbr5Zhry
nRoxU9ZmbVd66HtQWR7S0eVt2AW8s0Lh9kkjOl15wH4gzUHDOLmtlr41eqvXmIME
LUn4cCceFCU4XFSyq6EJSVflceI17mInri5x9UCEOqPpphdDAntrgb21Uje+ksTZ
rVsR6LcyxV/vhErcv6tMrstPAsDMHvmJgawDgTkozdlPvlyqoYCP40dnneUcGKJg
BDYAyE1tbDmrOhAMvqSsYroEf4pdvY/inwhGrACUJm7hM/DpHnNxGJTFmxyQzDGa
EfrM4BckDLNlv/wLI69j
=O5sT
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to