Hi Maxim, Multi-threading is not the way to go under GAEJ, see http://code.google.com/appengine/docs/java/runtime.html#The_Sandbox
The right way to go is Tasks: http://code.google.com/appengine/docs/java/taskqueue/overview.html regards didier On Sep 15, 2:00 pm, Maxim Veksler <[email protected]> wrote: > Hello, > > I'm wondering (after some internal discussion we had) is using ThreadLocal > for applications running on the AppEngine is performance beneficial ? > > For this to work AppEngine should recycle threads, right? > > Another question is how many threads does the appengine allows per JVM ? > Such ThreadLocal based approach would (probably) be inefficient if the JVM > allowed 20000 threads. > > Help is appreciated. > Maxim. -- 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.
