Hey Ikai, Nope, not deliberately trying to force a cycle. I'm just trying to figure out if it's my fault for the continued aggressive recycling. Some people complain about losing the instance after an hour, but I'm losing it after 5 seconds.
I'm certainly aware that a new deployment causes an instance restart - I should hope so! That's not what is happening here. You suggest being able to crash the instance - is there something I might be doing to cause that in the cloud? Again, I'm not seeing any exceptions or errors in my log file and all works fine in local-mode and on a different version in Tomcat. I'm certainly willing to share any/all source code to help debug this problem. We're experimenting with GAE, but we'll need something that stays up under load for demonstrations in Q2. Thanks! Jake On Feb 26, 1:41 pm, "Ikai L (Google)" <[email protected]> wrote: > Are you trying to force it to cycle? A deploy will do that, but there's a > limit to the number of deploys you can do a day. Beyond that, the only way > to unintentionally cause it to cycle would be to crash the instance, I > suppose. It doesn't sound like that is what is happening here. > > > > On Thu, Feb 25, 2010 at 2:11 PM, Jake <[email protected]> wrote: > > Hey all, > > > I know that instance recycling times are not ideal - that's not my > > problem here. I'm wondering if it is possible to unintentionally > > cause GAE to drop your instance and restart it? > > > I'm using the Wicket framework. Everything works locally, but when I > > deployed today, I experienced 5 instance restarts in the span of three > > minutes - each restart is 15-20 seconds. > > > I'm not seeing any exceptions in the logs. My quotas, load, etc are > > all fine (practically non-existent). Application behavior is perfect > > - just with delays. > > > The only strenuous thing I'm doing is loading/processing a 350K XML > > document into a Java object when the instance starts. > > > AppID: http://jacob-brookover.appspot.com > > > Look at the Library and Start Reading the first two pages of Call of > > the Wild. > > > This project is a port of an existing project that has gone through > > pretty rigorous testing, usage. > > > Thanks! > > > Jake > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App > Enginehttp://googleappengine.blogspot.com|http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
