Re: [google-appengine] Instance maximum number of requests

2017-10-12 Thread Fredrik Bertin Fjeld
ests and then simply re-direct requests to the new instance? >> >> Something like this should really be documented. >> >> >> >> >> >> *From:* google-a...@googlegroups.com [mailto: >> google-a...@googlegroups.com ] *On Behalf Of *Ikai Lan &g

Re: [google-appengine] Instance maximum number of requests

2016-07-18 Thread Iliya Novikov
>>>> application? i.e. load the new instance while the old instance is still >>>> serving requests and then simply re-direct requests to the new instance? >>>> >>>> Something like this should really be documented. >>>> >>>> >

Re: [google-appengine] Instance maximum number of requests

2016-07-17 Thread 'Adam (Cloud Platform Support)' via Google App Engine
s should really be documented. >>> >>> >>> >>> >>> >>> *From:* google-a...@googlegroups.com [mailto: >>> google-a...@googlegroups.com] *On Behalf Of *Ikai Lan (Google) >>> *Sent:* Thursday, October 28, 2010 6:50 AM >>> *To:*

Re: [google-appengine] Instance maximum number of requests

2016-07-15 Thread Iliya Novikov
ld really be documented. >> >> >> >> >> >> *From:* google-a...@googlegroups.com [mailto: >> google-a...@googlegroups.com ] *On Behalf Of *Ikai Lan >> (Google) >> *Sent:* Thursday, October 28, 2010 6:50 AM >> *To:* google-a...@googlegroups.com >

Re: [google-appengine] Instance maximum number of requests

2010-10-28 Thread Ikai Lan (Google)
. *From:* google-appengine@googlegroups.com [mailto: google-appeng...@googlegroups.com] *On Behalf Of *Ikai Lan (Google) *Sent:* Thursday, October 28, 2010 6:50 AM *To:* google-appengine@googlegroups.com *Subject:* Re: [google-appengine] Instance maximum number of requests Yes. Application

[google-appengine] Instance maximum number of requests

2010-10-27 Thread nickmilon
I was doing some load tests on app engine today when I noticed a new Info message in the logs: After handling this request, the process that handled this request reached the maximum number of requests that may be handled in a single process' lifetime, and exited normally. So what that supposed to

Re: [google-appengine] Instance maximum number of requests

2010-10-27 Thread Ikai Lan (Google)
Yes. Application instances are meant to be relatively short lived. Once each instance has served a certain amount of requests, we will gracefully terminate it and spin up a new instance to take its place. The number of requests to trigger this limit is subject to change for performance tuning

Re: [google-appengine] Instance maximum number of requests

2010-10-27 Thread supercobra
Just curious, do you guys retire instances after around 10k requests to avoid memory leaks? -- superco...@gmail.com On Wed, Oct 27, 2010 at 6:50 PM, Ikai Lan (Google) ikai.l+gro...@google.com wrote: Yes. Application instances are meant to be relatively short lived. Once each instance has

RE: [google-appengine] Instance maximum number of requests

2010-10-27 Thread David Parks
@googlegroups.com [mailto:google-appeng...@googlegroups.com] On Behalf Of Ikai Lan (Google) Sent: Thursday, October 28, 2010 6:50 AM To: google-appengine@googlegroups.com Subject: Re: [google-appengine] Instance maximum number of requests Yes. Application instances are meant to be relatively short