Is there a way to initialize Java code at the time of application
context which doesn't run afoul of the deadline exceeded problems?  I
thought that servlet initialization would work, but it seems that even
servlets are lazily instantiated at request time.  Is there
documentation describing app engine's lifecycle contract?

Is there any way to get an estimate of the execution time of the data
storage APIs without direct instrumentation in the data access
layers?  It would be nice if the developer environment emulated
approximations of the real data store speeds as well as throwing the
deadline exceeded exceptions.  Is this supported?

thanks,

-Jess

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to