Hi All,

I like the rest of you have been hit hard with the recent announcement of 
price changes. 
I use a *java* based runtime in my servlet and* ~36hours of CPU time* in my 
appspot instance daily and the result comes out to around $3/day.
The revised prices were coming out to be ~$23/day (this also considers the 
reads/writes of which i have 5 mil :)  
which of course makes hosting on appspot an impossibility.
 
I decided to follow some google guidelines to optimize our code, and we saw 
some mixed results immediately.

Enabling concurrency after making our code concurrent resulted in an 
immediate decrease of number of instances.  It decreased form *17 to 6* which 
we hailed a mighty good result. 

A detailed look into the running instances however showed that *our resident 
instances were not taking up any load at all. *
*All the load was being taken up by the dynamic instances. *
*
*
I have attached a screenshot below. Please note that *all* the instances 
have been active for the last *90 minutes*. but while 
*the dynamic instances had taken up ~14000 request each , the resident 
instances had <100 requests since the last 90 minutes. *
*
*
Seeing that we are moving to a instance - hour based pricing, we would be 
paying double of what we are actually using.
Is it a one off occurrence or has someone else also noticing this kind of 
issue . Please check

<https://lh3.googleusercontent.com/-FEFFfaKcPYM/Tl9-NvnFiKI/AAAAAAAAAAU/nEKXqmyY0R8/gae.jpg>
Thanks,
Sandeep

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/K4dtYNnvLpQJ.
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?hl=en.

Reply via email to