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 array (again, per-instance)

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?

Thanks!

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

Reply via email to