InfoQ Homepage Caching Content on InfoQ
-
JSR-107, JCache: Alive and Going to be Part of Java EE 7
Distributed caching is the tip of the spear for performance, yet Java does not have a standard API. JSR-107 has gained some notoriety over the years because its old yet not done. Given the increased demand for caching, it seems JSR-107 will finally see the light of day, and be part of Java EE 7. InfoQ caught up with Greg Luck, JSR-107 specification and Ehcache lead developer to discuss.
-
Windows Server AppFabric adds Read-Through and Write-Behind Support
The new Read-Through and Write-Behind support in AppFabric 1.1 allow developers to improve performance while at the same time reduce the complexity of their applications. This is done by moving the logic for reading from and writing to the database into the caching server itself. Other improvements include lazy-loading of session state information and support for ASP.NET output caching.
-
VMware vFabric SQLFire Is Both an SQL Distributed Cache and a Datastore
VMware vFabric SQLFire is an in-memory distributed SQL-based cache which can work with a traditional database to persist data to disk.
-
The Future of Terracotta after Its Acquisition by Software AG
Software AG, one of the leaders in the SOA and BPM market acquired San Francisco based Terracotta that is behind prominent open source products such as EhCache, Big Memory and Quartz. Terracotta products fill in the application performance and scalability needs for cloud based offerings from Software AG. In this article, InfoQ talks to Ari Zilka regarding the future of this acquisition.
-
Oracle Coherence 3.7's Elastic Data Offers Transparent Overflow from Memory to Solid State Storage
Oracle has today released version 3.7 of Coherence, its distributed in-memory data grid. The new product introduces a feature called Elastic Data. According to Cameron Purdy, Vice President of Development for the Coherence product, this allows near memory speed access to data, regardless of storage medium.
-
Attribute Based Caching for .NET
Attribute Based Caching provides declarative method-level caching and cache invalidation for .NET applications. Attributes applied to a method specify how it should be cached with no additional code necessary.
-
NoSQL Shake-Up. Membase and CouchOne merge into Couchbase
The shape of the NoSQL landscape is changing. The first big market aggregation took place with the merger of Membase Inc. with CouchOne into Couchbase. InfoQ spoke with James Phillip and Damien Katz about the benefits of the merger and future products.
-
Scalable System Design Patterns
Ricky Ho revisited his three year old post on that question and realized that a lot had changed since then.
-
Ari Zilka on Ehcache BigMemory
Ehcache BigMemory supports in-process off-heap cache to store large sets of data closer to the application. Terracotta last week announced the general availability of BigMemory module for Enterprise Ehcache product. InfoQ spoke with Ari Zilka about BigMemory features and its use cases.
-
Membase Server publicly available from Membase Inc.
Enterprise and Community Edition of Membase Server are publicly available from today from Membase Inc. (formerly NorthScale Inc.) the provider of the widely used Memcached Caching infrastructure.
-
Terracotta's BigMemory Aiming to Eliminate Garbage Collection for Java Caches
Terracotta's BigMemory for Enterprise Ehcache product aims to by-pass Garbage Collection for objects held in the cache. InfoQ spoke to Amit Pandey, Chief Executive Officer at Terracotta, to find out more about the product.
-
Four NoSQL Add-ons available for Heroku Users
The first four NoSQL datastores are available as Add-ons for the Heroku PaaS (platform-as-a-service) platform. Using the Add-on system that was introduced in October 2009, CouchDB from Cloudant, Membase from NorthScale, MongoDB from MongoHQ and Redis were made available for Heroku users.
-
Ehcache 2.2 Supports Terabyte Cache and LDAP Authentication
The latest version of open source caching framework Ehcache supports terabyte cache and JAAS authentication with LDAP integration. Terracotta announced last week the general availability of Ehcache 2.2 version as part of Terracotta 3.3 release. The new version also includes a management console that provides visibility and control of run-time caching environment, for developers and operators.
-
7 Lessons Learned at Reddit
Steve Huffman, co-founder of Reddit, shares the main lessons he learned scaling Reddit from a small web application to a large social website.
-
Extensible Caching Added to .NET 4.0
Microsoft’s Patterns and Practices caching framework has been promoted to a part of the core .NET Framework. This framework provides a basic in-memory cache with trigger-based cache invalidation and a common wrapper for more advanced caching frameworks to share.