Hi Rodion,

Requests are charged based on actual CPU time required to serve a
request. Since a request can involve more than one computer
simultaneously (for example, when executing datastore queries), this
can come out to be more than the actual number of wall-clock seconds
spent executing that request, but it depends highly on your
application.

App Engine apps are request-based, so talking about it being running
24x7 isn't a meaningful measurement. Your app is always ready to serve
requests, but it won't consume quotas unless it actually does.

-Nick Johnson

On Tue, Jul 7, 2009 at 2:31 PM, Rodion<gan...@googlemail.com> wrote:
>
> Hello,
>
> how do you calculate the CPU costs? For example, if  I want my
> application run 24x7, how much do I have to pay? How can I compute the
> CPU time in this case?
>
> Thanx
> >
>



-- 
Nick Johnson, App Engine Developer Programs Engineer
Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
Number: 368047

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to