Oh, I also have seen these occasionally for the past 2 days, suddenly:
#
1.
09-04 10:37AM 58.844 /showsort/list 500 10129ms 0cpu_ms 0kb
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0
(KHTML, like Gecko) Chrome/3.0.195.6 Safari/532.0,gzip(gfe)
See details
207.166.99.104 - - [04/Sep/2009:10:38:08 -0700] "POST /showsort/
list HTTP/1.1" 500 0 "http://showsort.appspot.com/showsort/
099466D0895E48EB4E5CF7AD38C5FA29.cache.html" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/
3.0.195.6 Safari/532.0,gzip(gfe)" "showsort.appspot.com"
2.
W 09-04 10:38AM 08.974
Request was aborted after waiting too long to attempt to service
your request. Most likely, this indicates that you have reached your
simultaneous active request limit. This is almost always due to
excessively high latency in your app. Please see
http://code.google.com/appengine/docs/quotas.html for more details.
But they are extremely sporadic when/if they appear. I have 2 (just 2)
servlets which may be called simultaneously. The list one
automatically re-sends to check for an update every 10 minutes, while
the display one is called when someone presses the send button (and
only if there actually is a list of radio buttons to pick from,
retrieved from the list servlet). I think it is peculiar that
something as simple as my little app could have overwhelmed my quota.
Especially as my Quota page completely disagrees and shows I'm well
under my quota in all regards.
My app's latency isn't too high, I've minimized it to where it
generally has about 3 - 4 seconds at most (I think the list might take
6, but I'm planning on working on that). There was a point that the
display servlet was taking incredibly long, but I've made massive
headway on reducing that. So I'm shocked, completely, if my quota
somehow was exceeded, especially as I don't see any evidence of it.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---