[appengine-java] Javaland scheduler behavior

2012-02-28 Thread Jeff Schnitzer
There's been a lot of discussion of the scheduler behavior in Pythonland, but not much about it's eccentricities in Javaland. I have a threadsafe=true Java app. Let's say every request completes in exactly 1s. Settings are: idle instances min 1 max 1, latency auto/auto. Here is what I

Re: [appengine-java] Javaland scheduler behavior

2012-02-28 Thread Mos
Five days ago I run JMeter-Tests to check the performance of my application with and without threadsafe=true. I'm in no billing mode and therefore just worked with one instance. With concurrent requests I expected a better throughput/ performance with the threadsafe=true configuration. This was