2009/4/10 Brian Pontarelli <[email protected]>

>
> > yes the Google App Engine has a strict security manager - it also
> > doesn't allow you to create threads
>
> Ouch. Sorta hinders applications that burst/multiplex backend services
> or that use schedulers. Wonder if they'll provide a thread pool at
> some point.
>

yep - though there is a basic "cron" scheduler service:

   http://code.google.com/appengine/docs/java/config/cron.html

also, requests have a time limit of 30s - after that they get zapped

   http://code.google.com/appengine/docs/java/runtime.html

-- 
Cheers, Stuart

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice" 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-guice?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to