http://code.google.com/appengine/docs/java/overview.html
"The JVM runs in a secured "sandbox" environment to isolate your
application for service and security....For instance, an app cannot
spawn threads...or make arbitrary network connections."

http://code.google.com/appengine/docs/java/jrewhitelist.html
java.lang.Thread
java.util.concurrent.ThreadPoolExecutor
java.util.concurrent.ScheduledThreadPoolExecutor

Thread Pools are whitelisted.

http://code.google.com/appengine/docs/quotas.html#UrlFetch
You can fetch URLs from the App?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to