[google-appengine] Issue with precompilation-enabled java sdk 1.3.5

2010-07-20 Thread Galoch
Hi, I looked at the release notes of 1.3.1 where it says "Java Precompilation is now on by default" where as the current documentation at link [http://code.google.com/appengine/kb/java.html] says it will be supported in future versions. I believe, former is true. Reason being, I am unable to depl

[google-appengine] Re: Issue with precompilation-enabled java sdk 1.3.5

2010-07-20 Thread Galoch
Interesting. Now I am able to deploy my app with precompilation- enabled set to true without making any change to app or environment. Thanks G On Jul 19, 11:41 pm, Galoch wrote: > Hi, > > I looked at the release notes of 1.3.1 where it says "Java > Precompilation is now on by

[google-appengine] Re: GAE starting unnecessary instances

2011-07-19 Thread Galoch
Same here. Seems like GAE is totally ignoring Always On instances. I also noticed that even with no user hitting our app and a single cron job that runs every 5 minutes it is still spinning instances every 3 minutes and then killing them in 2 minutes. This has been happening since after the upgrad

[google-appengine] Re: GAE starting unnecessary instances

2011-07-22 Thread Galoch
are mostly business users who work during normal business hours. We want to be able to spin more Always On instances during those hours and bring the number down during nights and weekends. Dynamic instances won't work for us due to reason explained above. Thanks, galoch On Jul 21, 5

[google-appengine] Re: GAE starting unnecessary instances

2011-07-22 Thread Galoch
nfigured similar to Backends but dynamic in nature (and of course Backends pricing is outrageous ... but that's another topic) B. Able to add more Always On instances but again with a dependency explained in point A. Hope it makes sense. Thanks, galoch On Jul 22, 7:57 am, Johan Euphr

[google-appengine] Re: GAE starting unnecessary instances

2011-07-25 Thread Galoch
Hi Johan, Thanks for following up on this discussion. I have new findings to share with you since GAE now works a bit differently with all these recent changes. Before I do that I will share the changes I made to our app which has helped us mitigate some performance issues. 1. We moved all our

[google-appengine] Re: Back-ends instances are dying and not restoring

2011-08-02 Thread Galoch
Seeing the same behavior. Found the url to the issue: http://code.google.com/p/googleappengine/issues/detail?id=5465 On Aug 2, 8:06 am, Kirill Zinoviev wrote: > Done - issue posted. Thanks for advice. > If will be resolved then will post results here. -- You received this message because yo

[google-appengine] Re: Always On - Amount of Loading Requests the same

2011-03-07 Thread Galoch
expensive on loading requests ... so some of them end up in Hard deadline exceeded error. Right now there is very little traffic on my site and I am wondering why there is Dynamic instance at all? I am desperately seeking a solution Thanks galoch On Jan 17, 8:58 pm, brianl wrote: > Does