• HotRod C# client development setup

    Prerequisites  A Windows installation (Windows 7 has been used for developement up to this point) Microsoft Visual Studio 2010 for developement and running the tests. It can be downloaded with a up to 3 month t...
    Profile Photo
    last modified by sunimalr
  • Infinispan Google Summer of Code projects

    The aim of this article is to track the Infinispan specific accepted GSoC ideas for 2012:   JIRA Title Student Mentor Design wiki ISPN-469 Hot Rod client in .NET/C# Sunimal Mircea Markus Design   Below is t...
    Profile Photo
    last modified by sunimalr
  • Infinispan 6.0 - Map Reduce enhancements

    Introduction   The following proposal outlines enhancements to Infinispan Map/Reduce framework planned for the next major Infinispan release. Update (July 20th, 2012) These enhancements have already been inte...
    Profile Photo
    last modified by vblagojevic
  • Infinispan cluster on JBossAS and JavaSE

    It is easy to set up Infinispan and run it as a cluster composed from JBoss AS nodes only or standalone nodes in JavaSE environment. One have to prepare a single configuration file and that's it. But what can we do if...
    Profile Photo
    last modified by mchmielarz
  • Infinispan 6.0 - Distributed execution enhancements

    Introduction   The following proposal outlines enhancements to DistributedExecutorService planned for the next major Infinispan release. Everyone is invited to contribute to this proposal either by commenting...
    Profile Photo
    last modified by vblagojevic
  • Tests that flake out when using Infinispan's parallel test runner

    Fully qualified class names, please, preferably with links to CloudBees runs.   master (5.2.0)   Branch 5.1.x
    Profile Photo
    last modified by manik
  • CacheLoader and CacheStore SPI redesign

    For Infinispan 6.0, it makes sense to put in some of the much needed changes to the CacheStore and CacheLoader interfaces. Some of the areas to address in this redesign include:   * Support for registering the s...
    Profile Photo
    last modified by manik
  • [Proposal]Hot_Rod_Client_DOTNET .pdf

    Google Summer of Code project proposal for C#.NET based client for Hot Rod Wire Protocol.
    Profile Photo
    last modified by sunimalr
  • Is there any way to start Infinispan with HotRod protocol programmatically?

    I am trying to set up a cluster of Infinispan for remote access, the client should be just client (not a member of Infinispan). I learned that it can start infinispan with the given command line like ./startService.sh...
    Profile Photo
    last modified by jerome2000
  • HotRod Hash Functions

    Article has been moved to the Infinispan documentation: https://docs.jboss.org/author/display/ISPN/Hot+Rod+Hash+Functions   Please update your bookmarks.
    Profile Photo
    last modified by galder.zamarreno
  • Hot Rod Protocol

    Article has been moved to the Infinispan documentation: https://docs.jboss.org/author/display/ISPN/Hot+Rod+Protocol   Please update your bookmarks.
    Profile Photo
    last modified by galder.zamarreno
  • Map/Reduce over Hot Rod

    The aim here is to allow map/reduce style computations to be sent to a Hot Rod cluster in order to speed up work via paralellisation. This requires some kind of plattform independent way of sending computational work...
    Profile Photo
    last modified by galder.zamarreno
  • Querying over Hot Rod

    Querying involves 2 types of operations: Storing data and getting it indexed Hot Rod is a platform independent protocol and so it needs to be able to index types that are universal (i.e. String UTF-8 byte array, numer...
    Profile Photo
    last modified by galder.zamarreno
  • Versioning Design Document

    Discussion April 2011 Discussion April 2011 I met with Max last week to discuss the need for versioning. Here're some notes I took: First of all, Max was worried that in the current 2LC set up, concurrent session...
    Profile Photo
    last modified by galder.zamarreno
  • User guide enhancements

    NOTE This document contains a list of topics and sections proposed to be added to the user guide. It also has a list of sections that need a major overhaul.   New topics/sections needed Shared cache loaders Defa...
    Profile Photo
    last modified by pmuir
  • Roadmap for Brahma

    The roadmap and planning document for Infinispan 5.1.0, codenamed Brahma.   Brahma will be focused on a handful of key features and enhancements over 5.0.0. (Pagoa), and these are summed up as:   Feature...
    Profile Photo
    last modified by galder.zamarreno
  • Workaround for supporting tx over hotrod

    Important: this document descrbes a workaround for hotrod functionality that will be added to infinispan in future releases. Once this is in place, users are strongly recommeded to use that one instead of the below de...
    Profile Photo
    last modified by mircea.markus
  • InfinispanNobles

    This page recognizes community members that have helped shape Infinispan during each release cycle, either though code contributions, participation or advocacy. For donating their time, effort and patience to make Inf...
    Profile Photo
    last modified by manik
  • How to ask a forum question

    Often when you ask a question on the forum, the first reply will be to ask you to provide more information. A waste of your time, and the person kind enough to answer your question!   If you follow this guide, t...
    Profile Photo
    last modified by pmuir
  • DesignOfDynamicRehashing

    Raison d'être: This design document is an attempt to clarify the otherwise extremely complex code of Infinispan's dynamic rehashing.  It pertains to the implementation in Infinispan 5.0 at this time, and mu...
    Profile Photo
    last modified by dan.berindei