Roberto is correct. Using multiple applications in concert to subvert the quota system is a violation of the terms of service. http://code.google.com/appengine/terms.html
7.2. "You may not ... attempt to disable or circumvent any security mechanisms used by the Service or any Application..." -- Dan On Sat, Nov 29, 2008 at 9:00 AM, Roberto Saccon <[EMAIL PROTECTED]> wrote: > > An App Engine application is already a distributed system, so I would > recommend you just to write a single app and wait until the quotas get > lifted, so you can purchase as much as you need. > > If you just want provide web services to your apps, the common way in > Python land seems to be HTTP REST. > > If you want to maximize your free quota with countless accounts, each > one with ten apps, that might be against the terms. > > regards > Roberto > > On Nov 29, 1:39 pm, jeffkyjin <[EMAIL PROTECTED]> wrote: > > I have create some applications in App Engine. If I want to build a > > distributed system which will use many application in App Engine. > > Because the quota of App Engine, I have to split the whole work to > > pieces and send these pieces to other applications. Any advices on > > this? And how can i use API to communicate between my applications? > > > > Thanks a lot! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
