Hi,

as more and more enterprise application people are trusting clouding
computing... I was wondering about the billing model for such
applications...

its normally , "Pay for what you actually use."

so the actual problem I was facing is ,

1) Is there any guideline ( read suggestion ) on how to calculate
"usage" on google app engine ? i.e. how many request , how much data
stored per application . ?. it might be good idea to just create a
query to count the approximately data storage .

i.e.  total data store in kb = Entity.all().filter("user
=",user).size_of_data("kb")

may not be accurate for up to last second .. but good enough if it is
accurate within last day.

or even better ,

can we just have a function in webapp itself to give us approx amount
the current request cost us.

for example :: self.get_current_request_cost()   {{ approximately of
course , its a egg and hen problem }}

---------------------------------------------

2) There is deployment issue also.

--



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to