Cloud Computing: New Version Of Google App Engine Offers Better App Performance, But It Comes With A Cost

July 17, 2013 Off By David

Grazed from TechCrunch. Author: Alex Williams.

Google Apple Engine (GAE) released a new versionn of its cloud platform today, offering dedicated memcache that allows developers to purchase in-memory data caching for their apps at a cost of 12 cents per gigabyte per hour. The new service is in addition to new features in GAE 1.8.2 such as better Git support and more PHP integrations.

According to a Google blog post, the new dedicated memcache feature allows the user to cache more data and drive up cache hit rates, which can also reduce Datastore costs and make applications faster. Data is always processed faster when it is close to the application. When the data is in-memory, there are no calls back to the server to retrieve the data. It’s right there ready to be served to the customer using the app…

Google has always had shared memcache, which allows for data to be stored for improved performance. But especially with large-scale applications, developers need more control. That’s the case apparently with Snapchat, which is using the dedicated memcache for its popular photo-sharing service to increase its hit rates and lower the costs associated with the Google Datastore…

Read more from the source @ http://techcrunch.com/2013/07/17/new-version-of-google-app-engine-offers-better-app-performance-but-it-comes-with-a-cost/