Today - I have a look of the budget calculation. My test application - make a simple request every 5 minutes. The request retrieve some data from datastore.
=================================== Here's the CPU result. after 20 hours. Billing Status: Enabled (Daily budget: $1.00) Resource Usage Cost / Budget CPU Time 6% 0.86 of 14.50 CPU hours ==================================== i.e. 6% = 240 requests ==> 100% ($1.00) = 240/6 x 100 = 4000 requests. so, for 4000 requests the cost will be $1. ==================================== then, if you have 1 million requests a month == 1000000/4000 x $1 = $250 a month. ... Question: Good bargain to use appengine? -- 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.
