On Tue, Feb 4, 2014 at 3:01 PM, josh wood <joshw...@gmail.com> wrote:
> Is it possible to use two different languages in the same application, > e.g. python and php. How would I go about doing this if it is possible? > Will it incur costs? > Yes you can. The way I'd do it is write your separate applications in PHP and Python, then upload them to the same application ID but name them as different versions. By uploading them to the same application ID, they can share common services such as task queues, paid settings, etc. Note that versions can include letters and numbers, so you could call the application versions something like php1 and python1. If you need to communicate between each version, use task queues, the datastore, cloud SQL, etc. Or you can individually address each version using the appspot URL: *http:// php-version . my-application-id . appspot . com* (remove the spaces). As for costs, it depends. Obviously each version - if running simultaneously - needs its own instances. But depending on the traffic profile of your application there may be minor to no increase in costs, especially if your application is already running multiple instances. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.