Hello everybody, I dont really understand the logs GAE shows me in the admin console :
I have a first URI showing a simple search form that gives me : 09-24 08:24AM 30.341 /default/ftsearch.do?_contenttype_=content 200 117ms 103cpu_ms 73api_cpu_ms But my servlet service method lasts only : INFO : com.mably.cms.web.DispatcherServlet service: 6ms And I have a second URI listing data from the datastore that gives me : 09-24 08:24AM 28.575 /default/notifications.do 200 38ms 27cpu_ms 13api_cpu_ms INFO : com.mably.cms.web.DispatcherServlet service: 10ms What's annoying me is that the fastest (6ms versus 10ms) servlet seems to last longer for GAE (117ms vs 38ms) and to take more CPU. Can somebody explain these numbers to me ? Thanx in advance. Francois Bordeaux, FRANCE --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
