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.
