Single requests lasting over 8 seconds are likly to be killed by the server ;p
so need lots of requests spread out. On Mon, Nov 3, 2008 at 9:09 AM, Yogi <[EMAIL PROTECTED]> wrote: > > Okai if this is the case, should it be done by through multiple http > requests or it can be done by giving a delay of 60 secs after sending > 5 emails inside in a single http request!! > in a > On Nov 3, 9:25 am, "David Symonds" <[EMAIL PROTECTED]> wrote: >> On Sun, Nov 2, 2008 at 1:45 PM, Yogi <[EMAIL PROTECTED]> wrote: >> > I have cheked the FAQ for sending emails from >> >http://code.google.com/appengine/articles/quotas.html, it says that >> > email per day quota is 2000, whereas my application throws exception >> > after sending 9 emails only. >> >> You have a *daily* quota of 2000, but you also have a *spiking* quota >> of something like 11 emails per minute (possibly lower). You should >> stagger your email sending over multiple requests by send only a >> handful of emails each time. >> >> Dave. > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
