On Mar 1, 3:41 pm, anton savchuk <[email protected]> wrote: > I can use this free quota when I am developing my resource? > And what means CPU hours?
You can use the free quota even when your webapp is live. A CPU hour is a unit of computation equal to the number of CPU cycles that a 1.2 GHz Intel x86 processor performs in an hour. You're only charged for actual CPU time used by your application, which is measured in milliseconds for each request. -- 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.
