Loreno, I don't know what you mean with "global count down timer", if you want to trigger an action upon the end of the global count down you can use the * cron* implementation.
Can you explain what is the use that you want with this? In "low-level speaking", the only ways to share state across multiple instances / requests safety from concurrent access issues and given the cloud nature of it is use the datastore and memcache. *Jayr Motta* Software Developer * * I'm on BlackBeltFactory.com<http://www.blackbeltfactory.com/ui#!User/jmotta/ref=jmotta> ! On Mon, Jun 27, 2011 at 12:48 PM, [email protected] < [email protected]> wrote: > Is it possible to implement a global count down timer in GAE/J? I would > like an unique timer to be shared among all the application instances. The > precision of the timer is seconds. > > Any idea? > > -- > 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. > -- 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.
