1 Reply Latest reply on Aug 8, 2003 2:43 PM by belaban

    JBossCache vs OSCache &

    ivelin.ivanov


      There are two existing open source libraries which claim to be solid distributed cache implementations.
      One is OSCache and the other is apache JCS.
      OSCache is based on JavaGroups.

      How does the new distributed JBoss cache stack against them.

      http://www.opensymphony.com/oscache/features.html

      http://jakarta.apache.org/turbine/jcs/

        • 1. Re: JBossCache vs OSCache &
          belaban

          *Both* of the use JavaGroups for replication. There's even another one, swarmcache, which also uses JG.

          However, none of them provide
          - serialization and ACID properties across address spaces
          - sync replication

          Bela