Yes, your quota will be reached faster.  App Engine's not a charity;
there's a reason that bit of the TOS is in the "billing" section.

On Apr 13, 10:28 am, DarkCoiote <[email protected]> wrote:
> Emphasis on REALLY QUICK  lol....
>
> Guess I searched for the wrong words then....
>
> "You can put your separate applications at different URLs of the appid
> with the data. "
>
> The problem with that is that if any of the sub-aplications
> get too complicated or too much traffic, it will affect
> all....
>
> and the quota will be reached really faster, although there are 'many'
> sub-aplications nearly independent of each other....
>
> Thanks for the answers!
>
> On Apr 13, 9:06 am, 风笑雪 <[email protected]> wrote:
>
> > It's here:
>
> >http://code.google.com/appengine/terms.html
> > *4. Fees for Use of the Service*
> > 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.
>
> > 2009/4/12 DarkCoiote <[email protected]>
>
> > > Humm.. Didn't remember that, and with a quick (really quick) look
> > > didn't find that too...
>
> > > But that make sense, as It would be a way to 'bypass' the quotas and a
> > > way to do bad things (dos)...and other evil stuff too! lol
>
> > > But then, with an application like I said - central database, to use
> > > for score, person info,
> > > 'virtual currency',etc  - what would you suggest to do?
>
> > > Thanks!
> > > On Apr 11, 1:15 pm, 风笑雪 <[email protected]> wrote:
> > > > There is a policy of GAE that you CAN NOT use an app to support another
> > > > app.
>
> > > > 2009/4/11 DarkCoiote <[email protected]>
>
> > > > > I thinking about creating a couple of applications that have a common
> > > > > data-base.
> > > > > As I'm pretty new at this stuff, I don't have many ideas.
>
> > > > > One possible solution would be:
>
> > > > > create the applications A,B,C
> > > > > create an master app. D that controls the central database:
>
> > > > > Then, apps A,B,C would query app D to use the database  (get, post,
> > > > > put)
>
> > > > > For D I guess an REST solution would be fine (although I don't even
> > > > > know for sure what
> > > > > REST is), then A,B,C would use the D REST api.
>
> > > > > As the database should not be public, some kind of authentication must
> > > > > be done to
> > > > > ensure that D processes only requests from A,B,C (no idea on how to do
> > > > > this, except from
> > > > > the stupid method of sending a large known (to A,B,C,D) random string
> > > > > as a parameter)
>
> > > > > Other alternatives to REST would be SOA and RPC, right? from what I've
> > > > > just read about
> > > > > these architecture REST would be the best one....
>
> > > > > Useful linkI found around:
> > > > >http://code.google.com/p/appengine-rest-server/
>
> > > > > Any suggestion will be appreciated !
>
> > > > > Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to