Blog - page 38

Stay up to date with the latest articles and news from Infinispan.

Infinispan 8.1.0.Alpha2

October 19, 2015 Vladimir Blagojevic By Vladimir Blagojevic

Dear all, The second Alpha release of Infinispan 8.1 is now available for use. Our new admin console has gone through quite a lot of changes recently. As mentioned before the new console allows for administration of Infinispan cluster nodes and now we would like to show ...

Stored Script Execution

October 16, 2015 Tristan Tarrant By Tristan Tarrant

One of the questions we get asked a lot is: when will I be able to run Map/Reduce and DistExec jobs over HotRod. I’m happy to say: now ! Infinispan Server comes with Stored Script Execution which means that remote clients can invoke named scripts on the server. If y...

Functional Map API: Listeners

October 12, 2015 Galder ZamarreƱo By Galder ZamarreƱo

We continue with the blog series on the experimental Functional Map API which was released as part of Infinispan 8.0.0.Final. In this blog post we’ll be focusing on how to listen for Functional Map events. For reference, here are the previous entries in the series: ...

Hibernate Second Level Cache improvements

October 01, 2015 Infinispan By Infinispan

Infinispan has been implementing Hibernate Second Level Cache for a long time, replacing the previous JBoss Cache implementation with very similar logic. The main aim of the implementation has always been to have very fast reads, keeping the overhead of cache during reads on ...

Memory based eviction

September 25, 2015 Infinispan By Infinispan

Eviction Today Infinispan since its inception has supported a way to help users control how much memory the in memory cache entries consume in the JVM. This has always been limited to a number of entries. In the past users have had to estimate the average amount of bytes ...

Infinispan 8.1.0.Alpha1

September 23, 2015 Tristan Tarrant By Tristan Tarrant

Dear all, release early release often ! The first Alpha release of Infinispan 8.1 is out. As is traditional, it is codenamed after a beer. This time it is "Mahou" ! The highlights for 8.1.0.Alpha1 are: ISPN-5781 - Upgrade server to WildFly 10.0.0.CR1 ISPN-5742 - Add glo...

Introducing the Infinispan Hadoop Connector

September 21, 2015 Gustavo Fernandes By Gustavo Fernandes

The version 0.1 of the Infinispan Hadoop connector has just been made available! The connector will host several integrations with Hadoop related projects, and in this first release it supports converting Infinispan server into a Hadoop compliant data source, by providing a...

Simple cache

September 16, 2015 Infinispan By Infinispan

Infinispan local caches have several features that make it more than just a map - expiration and eviction, listeners, statistics, transactions, cache stores and so forth. However, this comes at a price - due to all the hooks and object allocation, plain ConcurrentHashMap is f...

Tags
See All