My eventual solution/implmentation will consist of two apps. The first app is the web-frontend which provides the user interface and eye-candy for users to view data in the datastore.
The second app is mainly for the backend support software. There will be a bunch of servers that will be periodically posting data to this second app. The second app will process this data and store it in the datastore. The issue here is, can the two apps share a common datastore?? Or does it need to all exist in the one app. I ask this because the frontend will more than likely be in java, but the backend app will be in python. Considering you can only have 1 lang running at any one time on an app, this because an issue. Also, are there SLA's on App Engine? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
