Hi,
I was wondering why in the logs some requests show pending=XXXms and
others do not even though the request is clearly taking a lot of time
"in the plumbing" before it gets to my first request Filter (which times
total ms spent in my code)?
As an example, below are samples from my logs timed in ms
Total My code Pending
86 8
784 27ms Not specified
In the last sample the request took a lot of time before hitting my code
but no pending value was logged. In contrast the first sample shows a
request which does specify the pending value but it is not really
significant.
Can a request be moved from the pending queue to a front end instance
and then block while waiting for another single threaded request to
complete?
Cheers,
John
--
You received this message because you are subscribed to the Google Groups "Google
App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.