BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Caching Content on InfoQ

  • NoSQL OODB with Smalltalk-based Ruby VM: MagLev 1.0 Released

    The MagLev project has released version 1.0 of their Ruby VM. The Ruby implementation is based on the GemStone/S Smalltalk VM which comes with GemStone's distributed cache, ACID transactions, and persistence system (OODB). InfoQ caught up with Monty Williams of the MagLev project to talk about where MagLev fits on the NoSQL spectrum, and much more.

  • Memcached surpasses EhCache and Coherence in Java Job Demand

    Around January 2011, Memcached became the number one caching solution based on Java developer job demand. Memcached expanded beyond its LAMP roots. InfoQ caught up with Dustin Sallings, the implementer of Spymemcached the leading Java Memcached client, to get his perspective on the rise of Memcached in the Java world.

  • Second Level Caching with Entity Framework

    Second Level Caching is one of the features that is not present out-of-the-box in Entity Framework. In an MSDN article “Second-Level Caching in the Entity Framework and AppFabric” Julie Lerman shows how to implement Second Level Caching with Entity Framework to take advantage of caching services like Microsoft AppFabric.

  • 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.

BT