Well an active app can only have one "runtime" at a time.

But different versions of the app can have different runtimes. So you
could have the default as python (say) and one of the older versions
as java.

All versions of an app (regardless of runtime) access the same datastore.


Need to manage which version is which by careful uploading from the two SDKs.


On 12 November 2010 14:55, Jorge Guberte <jorgegube...@gmail.com> wrote:
> I need to have a Java instance fetching data directly from the
> Python's instance datastore. I don't know if that's possible at all.
> Is the datastore transparent/unique, or each instance (if they can
> indeed coexist) has its separate datastore? Suming it up: how can a
> Java app fetch data from the datastore of a Python app, and vice-versa?
>
> --
> 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-appeng...@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.
>
>

-- 
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-appeng...@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