Here is an example. This request took 9s to complete but it appears
that only 200ms was spent inside my python file:
09-18 01:17AM 00.930 /admin/tick 200 9379ms 113cpu_ms
16api_cpu_ms 0kb Python-urllib/2.5,gzip(gfe),gzip(gfe)
D 09-18 01:17AM 10.064 App loading...
W 09-18 01:17AM 10.258 ...
D 09-18 01:17AM 10.259 Handler is done.
I also thought this might be related to contention in the datastore
because I have a weird data model but this would seem to disprove that
theory.
The top of the python file is literally:
#!/usr/bin/env python
import logging
logging.debug("App loading...")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---