Showing posts with label engine. Show all posts
Showing posts with label engine. Show all posts

Friday, March 14, 2014

SUSE Linux Enterprise Server Now Available on Google Compute Engine

Todays guest post comes from Michael Miller, Vice President of Global Alliances and Marketing at SUSE. In this post, Michael describes SUSEs integration with Google Compute Engine.



We’re happy to bring SUSE Linux Enterprise Server to Google Compute Engine for all machine instance types. We’re committed to delivering products that offer the performance, reliability, security and scalability that development teams and IT operations groups require when moving to the cloud.



One of our key focus areas from the beginning that has only escalated in importance is the delivery of the most scalable operating system possible. Using SUSE Linux Enterprise Server on Google Compute Engine gives users access to an operating system that is certified with 4,096 logical CPUs and 64 TiB of RAM and contains the OFED Stack for low-latency, inter-machine communication. SUSE Linux Enterprise Server also ships with the XFS file system and Btrfs, a more resilient file system with improved scalability and data integrity.



With more than 10,000 applications from over 1,500 ISVs certified on SUSE Linux Enterprise Server, we believe that running SUSE on Google Compute Engine will offer customers a highly resilient infrastructure for building and running their workloads in a public cloud environment. We also include a comprehensive software developer kit (SDK) with SUSE Linux Enterprise Server. The SDK includes versioning tools (git, subversion), Perl, Python, PHP and Ruby on Rails and helps make SUSE Linux Enterprise Server an ideal platform for Google Compute Engine users to develop and test new applications. And to simplify the deployment, configuration and administration of workloads on Google Compute Engine, SUSE Linux Enterprise Server also includes an integrated suite of management tools (YaST, AutoYaST, Zypp and a small footprint CIM broker).



Whether developing new applications or bringing existing workloads, this is just some of the innovation that SUSE Linux Enterprise Server will offer Google Compute Engine users.



-Contributed by Michael Miller, Vice President of Global Alliances and Marketing, SUSE
Read More..

Tuesday, March 11, 2014

Dedicated memcache is now generally available in App Engine 1 8 8

With the 1.8.8 App Engine release, we are glad to announce that dedicated memcache is now generally available.



Dedicated memcache is an App Engine feature that lets you scale your caching capacity indefinitely without having to manage a server farm of memcached machines. After going into Preview in July, hundreds of customers have deployed many terabytes in production, including a single application using six terabytes.



Customers have told us that with higher cache hit rates, dedicated memcache reduces their Datastore costs and makes their applications faster. Ben Kamens, Lead Developer at Khan Academy said, “Dedicated memcache helped us take more control over the performance of our site — well almost certainly be using memcache more and more as a result."



Since the preview announcement we’ve added several features to help customers manage their cache, such as hot key warnings in the memcache viewer, and cache size and performance graphs in the dashboard.



To get started using dedicated memcache, select dedicated memcache on the App Engine admin console’s application settings page.



The complete list of features and bug fixes for 1.8.8 can be found in our release notes. For App Engine coding questions and answers check us out on Stack Overflow, and for general discussion and feedback, find us on our Google Group.



-Posted by Logan Henriquez, Product Manager
Read More..