On Sunday, January 26, 2014 4:39:07 AM UTC+8, Stefano Ciccarelli wrote:
>
> I have defined a servlet, but GAE seems to be very reluctant to use it. 
>
 
If there is not any resident instances for your app, the warmup service may 
make things worse.
 

>
> Il sabato 25 gennaio 2014, Tapir <tapi...@gmail.com <javascript:>> ha 
> scritto:
>
>> you need define a warmup servlet (you must use java, right?) for the url 
>> /_ah/warmup, 
>> docs: 
>> https://developers.google.com/appengine/docs/java/config/appconfig#using_a_custom_warmup_servlet
>> This method is useless for non billing apps, for this method needs a 
>> wholly initialized instance running at any time.
>>
>>
>>
>>
>> On Sunday, January 26, 2014 1:17:26 AM UTC+8, Stefano Ciccarelli wrote:
>>>
>>> My problem is that I don't have too much /_ah/warmup requests so my 
>>> users waited up to 40/50 seconds to get a response. This is really 
>>> upsetting me, even because it's not the first time. 
>>>
>>> Il sabato 25 gennaio 2014, Tapir <tapi...@gmail.com> ha scritto:
>>>
>>> I doubt gae scheduler counts the warmup time as billing front computing 
>>> time now.
>>> I remember a googler ever said the warmup time is not counted as billing 
>>> computing time.
>>>
>>> Before migrating my app to modules style, gae scheduler counts my app's 
>>> front end hours as 26.x hours.
>>> After the migration, gae scheduler counts my app's front end hours as 
>>> 29.x hours.
>>>
>>> In the dashboard log, there are 340 /_ah/warmup requests in the last 24 
>>> hours.
>>> Each warmup request will spend 30 seconds. So it is about 170 minutes 
>>> computing time or 3 hours.
>>>
>>> And 29.x - 26.x = 3. So I doubt gae scheduler counts the warmup time as 
>>> billing front computing time now.
>>>
>>> On Saturday, January 25, 2014 3:23:40 PM UTC+8, Tapir wrote:
>>>
>>> My app doesn't encounter slowdown problem.
>>> The problem is my app is over charged.
>>>
>>> On Saturday, January 25, 2014 1:45:47 PM UTC+8, Vinny P wrote:
>>>
>>> On Fri, Jan 24, 2014 at 8:43 PM, Tapir <tapi...@gmail.com> wrote:
>>>
>>> Before converting my app to modules style, the total front instance 
>>> hours were always less than 28 hours.
>>>
>>>
>>>
>>>
>>> If you still have a copy of your app before you converted to modules, 
>>> try uploading it and checking the performance. But this is most likely not 
>>> the fault of the modules service: App Engine seems to be encountering a lot 
>>> of "slowtime" this week, and you'll probably find that the errors smooth 
>>> themselves out sooner or later.
>>>   
>>>  
>>> -----------------
>>> -Vinny P
>>> Technology & Media Advisor
>>> Chicago, IL
>>>
>>>   -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google App Engine" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
> -- 
> Nel mondo esistono 10 categorie di persone, quelle che capiscono il 
> binario e quelle che non lo capiscono.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to