Hi, I searched the list but did not find anything related to this, I saw that gae java sdk 1.4.3 supports "Using Concurrent Requests" http://code.google.com/appengine/docs/java/config/appconfig.html#Concurrent_Requests
So I tried to run an example Scala application (using Lift) and I get the error: java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.reflect) when I go to 127.0.0.1:8080 I added debug information and it seems that the problem is related to this jar: lib/lift-actor_2.8.1-2.3.jar So, does GAE now support starting new threads (which the actor jar does) or is the concurrent request implemented in a different way? Let me know if you need any more information. Thanks Diego the log is too long tost here, I'll send it on a diff email -- 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.
