That particular term is in place to prevent misuse of our hosting
environment, specifically developers that attempt to deploy the same
application to multiple IDs and use a "gateway" application to choose
between these applications randomly to distribute the load evenly.
Unfortunately, the term does exclude more legitimate reasons to use multiple
application IDs like your use case, although we can grant exceptions on a
case-by-case basis.

Out of curiosity, how are you implementing the polling? If you use a single
application and just set up a cron job to run every minute, that shouldn't
affect the performance of the more interactive aspect of your application.

- Jason

On Tue, Jan 12, 2010 at 9:16 AM, A1programmer <[email protected]>wrote:

> I know that section 4.4 of the agreement says:
>
> 4.4. You may not develop multiple Applications to simulate or act as a
> single Application or otherwise access the Service in a manner
> intended to avoid incurring fees.
>
> What if you want multiple applications which act as different portions
> of a larger application for performance reasons?  How is it determined
> by Google that your motive is to avoid incurring fees of quota use.
> Or, am I reading the terms of use wrong?
>
> I would like to build a client application which relies on polling for
> a configuration via HTTP which does not effect the performance of the
> primary portion of the application, which lets user set configurations
> at any arbitrary time. One reason being, only one simultaneous HTTP
> request is allowed at a given time for your application.  I don't care
> about the quota, because I won't go over it in a single application,
> even with the polling, and I would gladly purchase more HTTP requests
> allowances, I just want the end user experience to perform well.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.

Reply via email to