Hi, In a project heavily using Tasks, I would like to record the parallelism "from within".
On the console, I see that GAE is automatically launching new instances of JVMs (up to 10-12) when hundreds / thousands of tasks are enqueued. Then, they run fine. But, I would like to record which task did run on which instance for traçability and measurement of parallelism. Is there any GAE or System property that I could get to uniquely identify the JVM on which a given task is running ? regards didier -- 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.
