http://blog.caucho.com/2012/12/06/quercus-on-google-app-engine-20/#more-1100
This post lists several new tools that Quercus now provides, including:
- reading from and writing to files using Google's files-like API to store data on Google Cloud Storage using native file operations (i.e. the application doesn't know that what it's writing to "disk" isn't a disk at all)
- run SQL code on Google Cloud SQL with pdo_ and mysql_ functions mapped to Google Cloud SQL functions
These are very exciting new tools available to the PHP community to run PHP applications on Google App Engine with database support provided by Google Cloud SQL.
Finally, as a proof of concept, the article demonstrates how to run the latest version of Wordpress on Google App Engine.
Quercus is provided by Caucho as Free / Open-Source Software solution; the package and examples can be downloaded from: https://github.com/diablonhn/quercus_on_gae_2
-- Wes Dean, a Google Apps Certified Deployment Specialist and a Google Apps Trusted Tester, is Principal of KDA Web Technologies, a Google Apps Authorized Reseller. To learn how Wes and KDA Web Technologies can help you, go to http://www.kdaweb.com/.
No comments:
Post a Comment