2 Replies Latest reply on Feb 27, 2006 11:18 AM by soeren

    JbossCache functionality

    nitinthisside

      Is it possible to use a JBossCache in a stand alone manner and utilising its features of being distributed without writing any sutom code for updating the caches. If have tried using JbossCache in an environment which has app servers but wanted to know about how it performs in a standalone environment.

        • 1. Re: JbossCache functionality

          It is supposed to run in a stadnalone mode as well.

          • 2. Re: JbossCache functionality
            soeren

             

            "Nitinthisside" wrote:
            Is it possible to use a JBossCache in a stand alone manner and utilising its features of being distributed without writing any sutom code for updating the caches.


            Hi,

            we're using JBossCache as sort of "Distributed Shared Memory" replacement in a custom Java application (currently running on 5~10 machines) that has absolutely nothing to do with J2EE or JBoss. Beside from the configuration for our environment (which was quite tricky to setup as we started as totally rookies regarding jgroups) the JBC runs quite fine without any problems so far and did not require any additional code for handling the cache [update] functionality. So quite recommended ,-)


            Best regards,
            Soeren Gerlach