I configured my web.xml to enable appstats for my cron job. My cron job is handled by a servlet at the URL http://myapp.appspot.com/cron/myjob and executed once an hour.
Take these stats from a post from the App Engine blog as an example: real = 107ms cpu = 141ms api = 388ms
I\'m using Appstats as documented here: http://code.google.com/appengine/docs/python/tools/appstats.html
All lines in my AppStats look like this: real=19ms cpu=开发者_如何学Python0ms api=0ms overhead=0ms, it has the correct real time, but the other values are always 0.Anyone have this problem before or k
I have several servlets in my java appengine app that do in memory sorting and take on the order of seconds to complete. These complete error free.
I use OpenGLView to display content of my app but sometimes I have to display UIActionSheet. My application works on both - landscape and portrait mode - but since it\'s OpenGL view I handle rotation