Hello Thanks leszek and Bulat for your reply
I am learning datastore service and then would try to solve my problem through it. But I would like to know more about "external service to store variables". I need comet like feature in my application. My application would require many such calls and since there is a limit on datastore calls, external service to store variables could be a good alternative. Regards Sahil Mahajan On Sep 16, 7:03 am, Bulat Sirazetdinov <[email protected]> wrote: > There are two ways. To use a GAE datastore service. Or to use some > external service to store that value there - especially when you need > Comet or something like that. > > On Sep 15, 6:50 pm, leszek <[email protected]> wrote: > > > It is a clustered environment and you cannot assume that every request > > is run in the JVM. If you want to share data between requests you > > should persist them (data) in datastore. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
