[appengine-java] Re: Delay between Load Request and Filter Init

2010-04-08 Thread Jake
Ok, now this is getting silly :) My application gets a page request that contains some images. My application has some specialized logic that mounts images with different states on a custom URL that is stored in the applications memory - that URL is returned in the HTML. The web browser then, ob

[appengine-java] Re: Delay between Load Request and Filter Init

2010-04-09 Thread François Masurel
Hi Jake, You're in the cloud, there is no guarantee at all that requests from your page will be served by the same server instance. May be you should use MemCache instead of memory to store your URLs. François On 9 avr, 02:12, Jake wrote: > Ok, now this is getting silly :) > > My application g

[appengine-java] Re: Delay between Load Request and Filter Init

2010-04-09 Thread Jake
Regarding the startup time... I do have some additional jars, but I feel I've balanced this out by removing several GAE jars (anything related to JDO/Datanucleus). I'm mostly wondering about the different times: 2 seconds vs. 15 seconds and everything in between. Without some consistency, I don'