On Thu, Jan 15, 2009 at 2:06 AM, arnie <parvez...@rediffmail.com> wrote:

>
> Can we share same datastore tables [2 tables with 1-to many
> relationships] between more than one wsgi applications on GAE?


If your question is about sharing a datastore between 2 App Engine
applications, such as app1.appspot.com and app2.appspot.com, then the answer
is no.  Each App Engine application gets its own datastore that is
completely separate from other applications.

If your question is about 2 WSGI application classes defined in the code of
a single App Engine application, the answer is yes.  All code running in a
single App Engine application accesses the same datastore.

-- Dan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to