When a single App Engine application is added as a service via the Google Apps page, providing the same App ID for multiple domains (read how<http://ifreetools.blogspot.com/2009/11/ifreetools-crm-on-your-sub-domain-with.html>), then all those domains will have share the same data-store. It is upto the developer of the application to take care of data segmentation.
If you want disjoint datastores, you will have to deploy them as multiple application instances over App Engine (each with a different App ID). Here the App Engine layer will take care of data segmentation. Regards, R.Rajkumar On Tue, Nov 10, 2009 at 1:27 AM, Nate Wilson <[email protected]> wrote: > > I've seen several posts reporting that that a single app can be > installed in multiple domains. However, I have yet to find one that > answers the question of data partitioning. Do all domains for which > an appengine application is installed have access to a shared > datastore or do they each have their own partition disjoint and cut- > off from the other domains? > > Thanks! > > > > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://crm.ifreetools.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
