Upon further investigation, it seems that none of the sandbox restrictions are applied in local development mode. I can even create threads in my servlets when running them locally. Is that normal?
I tried it on two separate machines, one running Windows, the other one running Linux, using the Google Plugin for Eclipse and AppEngine 1.4.0. I created the HelloWorld-Project and added various file writes and threads to GreetingServiceImpl.java. I run it with the default arguments using "Debug as Web-Application". Can someone confirm if that's the normal behaviour, or if something is wrong with my setups? If it's normal, how do you verify that your code is not doing something that will fail on the actual AppEngine servers? Thanks, Tobias -- 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.
