[google-appengine] Re: A question about google app engine - thread id for performance profiling

2009-06-11 Thread Nick Johnson (Google)
Hi Liang Han, (Replies inline) On Thu, Jun 11, 2009 at 2:15 AM, Liang Han liang@gmail.com wrote: A simple application, which is running at the google app engine, visits the datastore, and uses the urlfetch service as well.I want to add the 6 hooks into the code to get the timestamp

[google-appengine] Re: A question about google app engine - thread id for performance profiling

2009-06-11 Thread Andy Freeman
While one instance has only one thread, there could be many instances serving the same number of clients simultaneously. Yes, and those separate instances are not threads, they're processes. More important, they may be running on different machines, so neither thread ids nor process ids are