Hello, I'm playing with async urlfetch. My ispiration was Ikai at http://ikaisays.com/2010/06/29/using-asynchronous-urlfetch-on-java-app-engine/
I run some request in parallel. All works fine. But now I'd like to get info about execution time of each request. The target URLs I call are different so the response time are very different. I read the documentation but HTTPResponse does not expose a "execution duration" or similar value. Any idea? Fabrizio -- 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.
