Re: [appengine-java] Re: publishing html files

2012-02-28 Thread Matthew Jaggard
Have a look at the blobstore documentation, that might help you. However I'd be inclined to mention a naughty word Amazon (ssh!) S3 might be the best way forward. On 28 February 2012 06:32, Vik vik@gmail.com wrote: Any advise on this please? Thankx and Regards Vik Founder

[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

[appengine-java] Re: Javaland scheduler behavior

2012-02-28 Thread Francois Masurel
Hi Jeff, Check this post : https://groups.google.com/forum/#!msg/google-appengine/3t5muVhXajg/SSFU-udjIhwJ Setting Idle instances to automatic, as Johan Euphrosine suggested, seems to have solved the problem, at least temporarily (I was at 1 minimum and 1 maximum before). I'm just a bit

Re: [appengine-java] Re: Javaland scheduler behavior

2012-02-28 Thread Jeff Schnitzer
Thanks for the link. This doesn't directly address the main point I'm worried about though: * Why does any user-facing request ever sit in the pending queue for an instance that is warming-up when there is a perfectly good instance sitting there? My problem is not that GAE is spinning up new

Re: [appengine-java] Re: Javaland scheduler behavior

2012-02-28 Thread Francois MASUREL
Yep noticed that too since a few days. But no good explanations for the moment. François On Tue, Feb 28, 2012 at 18:25, Jeff Schnitzer j...@infohazard.org wrote: Thanks for the link. This doesn't directly address the main point I'm worried about though: * Why does any user-facing

Re: [appengine-java] Re: Javaland scheduler behavior

2012-02-28 Thread Jeff Schnitzer
I just realized I sent this to the wrong (java-specific, deprecated) Google Group. For those of you on both the google-appengine list and this one, I apologize in advance for the duplicate thread I'm about to start :-( Jeff On Tue, Feb 28, 2012 at 12:25 PM, Jeff Schnitzer

[appengine-java] Task Queues: Transient Error

2012-02-28 Thread Sinan Yüce
Hi, When I try to use task queues, I got this error: 1.357137646255836705].stdout: Transient error, please try again. For two days, it's been like this, and I couldn't find any answer. Can someone help me with this? Any help will be appreciated. -- You received this message because you are

[appengine-java] Deploy Hangs - Please help

2012-02-28 Thread treguess
I am getting stuck when deploy. I get the following message 52% Initializing precompilation... 90% Deploying new version. 95% Will check again in 1 seconds. 98% Will check again in 2 seconds. 99% Will check again in 4 seconds. 99% Will check again in 8 seconds. 99% Will check again in 16

Re: [appengine-java] Re: publishing html files

2012-02-28 Thread Vik
any thoughts on google cloud storage? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org On Tue, Feb 28, 2012 at 12:22 AM, Matthew Jaggard matt...@jaggard.org.ukwrote: Have a look at the blobstore documentation, that might help you. However I'd be inclined to

Re: [appengine-java] Deploy Hangs - Please help

2012-02-28 Thread Prashant
looks like server side issue. retry after some time ... On Wed, Feb 29, 2012 at 11:37 AM, treguess tregu...@gmail.com wrote: I am getting stuck when deploy. I get the following message 52% Initializing precompilation... 90% Deploying new version. 95% Will check again in 1 seconds. 98%

[appengine-java] Re: Deploy Hangs - Please help

2012-02-28 Thread treguess
Thank you!. I am stuck here. On Feb 28, 10:36 pm, Prashant antsh...@gmail.com wrote: looks like server side issue. retry after some time ... On Wed, Feb 29, 2012 at 11:37 AM, treguess tregu...@gmail.com wrote: I am getting stuck when deploy. I get the following message 52%