Hi Kaan, Have you looked into namespace support in modeling?
I would personally vouch for one application with multi-tenancy. As for your load balancing over severs, it doesn't matter with GAE. You always point your DNS to ghs.google.com... so, the domain, application ID etc don't matter for scaling out. Google severs do all the hard work :) -- Happy Hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 2, 9:02 am, Kaan Soral <[email protected]> wrote: > I was thinking, > > Lets say I will have 1.000.000.000 users on 100.000 applications. > > So there are 100.000 applications that use the same code. > > Should I give every application its own Model to store users (Lets say > 10000 users), so that the applications may be load balanced over > servers easily maybe? > > Or should I just use a single Model for 1.000.000.000 users? -- 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.
