Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2012-12-25 Thread David Lee
Saket, Didn't we already discuss this a couple of days ago? David On Dec 24, 2012 5:20 PM, "Saket Kumar" wrote: > Hi Cesium, > > Can you share your app-id as well? > > Thanks! > Saket > > On Monday, 17 December 2012 16:32:40 UTC+1, Cesium wrote: >> >> On Dec 16, something changed. >> >> Now, inst

Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2012-12-25 Thread Saket Kumar
These are my previous posts which got approved now. On Tuesday, 25 December 2012 17:37:55 UTC+1, Cesium wrote: > > Saket, > Didn't we already discuss this a couple of days ago? > David > On Dec 24, 2012 5:20 PM, "Saket Kumar" > > wrote: > >> Hi Cesium, >> >> Can you share your app-id as well? >>

Re: [google-appengine] Re: Urgent, Need Help: Instances are shutting down after a couple minutes of inactivity.

2012-12-25 Thread Francois Masurel
Hi Saket, Thanx for investigating the problem. Things seems to have improved significantly these last few days. On our Neustar reports, for an average page loading, we can see that we went from 6.65s

[google-appengine] Session problem...

2012-12-25 Thread Rast Rastapana
Now, I develop the Web application by using localhost and I found that when I use request.getSession() of same session from JSP( the first page- to sent to Servlet )which keep Connection object attribute inside the session and when running this application ,It 's okay and no problems

[google-appengine] java.lang.IndexOutOfBoundsException: fromIndex = -1

2012-12-25 Thread Thomas Wiradikusuma
Hi guys, I'm using Objectify and have a model like this: @Entity(name = "D") @Indexed public class Detail extends AbstractString implements Serializable { private static final long serialVersionUID = 1L; @Parent private Key user; private Date dob; private double ordering; private int contact

[google-appengine] Pull task leasing question

2012-12-25 Thread Mahron
Hi, I would like to know what happens if two simultaneous lease_tasks are called, is it possible that both get returned the same tasks ? or is there something to prevent that scenario ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po