On Jul 22, 8:03 am, RickArrano <[email protected]> wrote: > I also have a question regarding the XMPP free limits – the limits are > 3000 XMPP API calls per minute and 657,000 per day. Is there any way > to request some sort of whitelisting for the per minute limit as long > as I don’t exceed the per diem? My application could potentially > exceed more than 3000 messages sent per minute, but would never exceed > the daily total. Again I’m guessing it’s not possible but I figured I > would ask.
I don't know what Google's policy on this is, but I suspect they'd be unwilling to create such a whitelist when you can already enable billing to increase the limit to 32000/min. You can set a very low daily limit and allocate all of it to resources you're very unlikely to go over quota for (email recipients, maybe, if your app doesn't send email) and get the extra quotas "free". As for the AdSense paying for your App Engine usage, that's not possible since AppEngine payments go through Google Checkout and Checkout doesn't let you carry a balance that you could have your AdSense payments applied to. Having your AdSense payments transferred to the same account your App Engine payments come out of sort of accomplishes this, except of course that there's no way to automatically set your App Engine quotas to stay within the amount you've earned from AdSense. -- 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.
