Re: [google-appengine] Question about Task Queues and VM Instances

2011-01-24 Thread Barry Hunter
> > I guess the short question is if I call queue.add(), if the task will > execute in the same instance that it was added in? I think its best to assume it wont be, but that it could be. (ie dont take anything for granted) Remember in general task requests operate differently (have different quo

[google-appengine] Question about Task Queues and VM Instances

2011-01-24 Thread toonetown
I'm developing a java app on AppEngine, and have a question about task queues. Are they run per-JVM-instance? That is, I have a static array that *needs* to exist separately per JVM instance (and can be different per-instance) - and I want to set up a background task queue that will update that a