Re: [google-appengine] Instances

2011-05-04 Thread Anze Cesar
We have a similar problem. I've disabled the app, so all instances were turned off and upon enabling it again, there were instantly 8 instances running. We're also seeing weird behavior as it seems that not all instances have the same state (which really puzzles me, since the app is stateless). I

Re: [google-appengine] Instances

2011-05-04 Thread Anze Cesar
? It is stateless in that requests may go to any instance, not the same one each time. Robert On Wed, May 4, 2011 at 02:16, Anze Cesar anze.ce...@gmail.com wrote: We have a similar problem. I've disabled the app, so all instances were turned off and upon enabling it again, there were instantly 8

Re: [google-appengine] Instances

2011-05-04 Thread Anze Cesar
Master/slave On Wed, May 4, 2011 at 4:44 PM, Robert Kluin robert.kl...@gmail.com wrote: High-replication datastore? On Wed, May 4, 2011 at 10:43, Anze Cesar anze.ce...@gmail.com wrote: No we're not storing anything in local memory. One thing that's happening constantly is we delete

Re: [google-appengine] Re: ConcurrentModificationException with no datastore operation and only two task to be enqueue in a single transaction

2011-04-15 Thread Anze Cesar
I'm seeing a lot of ConcurrentModificationExceptions today too. The most recent is a servlet that just serves a static file, which makes little sense to me. On Fri, Apr 15, 2011 at 3:39 PM, Matija matija.jerko...@gmail.com wrote: OMG... Seventh time again but eighth time everything is fine.