As JBossCache is going to be (or almost it is) in maintenance mode, I would recommend Infinispan over JBossCache. Also, if we want to have two modules under CAS project one for JBossCache and other for Infinispan, that's fine too. The implementation is very similar so it is not a problem if we want to continue supporting both.
One point to keep in mind is that, trying out JBossCache POJO is basically bringing us back to JBossCache as there is no alternative for JBossCache POJO in Infinispan yet. On Sun, Apr 18, 2010 at 6:18 PM, Scott Battaglia <[email protected]>wrote: > Cool. Thanks! Do you recommend our next iteration of that storage > mechanism be with the JBossCache or with Infinispan? > > We'll be revisiting that shortly (since we're redoing the storage > mechanisms). > > Thanks > Scott > > > On Sun, Apr 18, 2010 at 11:07 AM, Mihir Patel <[email protected]>wrote: > >> Hi Scott, >> >> Here is some update on our Cache as a registry discussion earlier. >> >> I have set up CAS 3.3.5 with Infinispan 4.0.0.FINAL (with JBoss >> Marshalling River component with fix of jira >> https://jira.jboss.org/jira/browse/JBMAR-106) in our dev environment with >> DISTRIBUTED cache mode and it is looking good. The response time and CPU >> usage are mostly similar to JBossCache 3.2.1.GA. Four node cluster with 2 >> num_copies of data can handle upto 2 million requests in an hour and I have >> tested about 700 hits per second just with 20 virtual users. All in all, I >> think the setup I have with Infinispan is looking good in dev. >> >> As we discussed before, I will be looking into trying out JBoss cache POJO >> (honestly, I have been facing some compilation and configuration issue with >> it). I will let you know once I have it all figured out. >> >> Let me know if you have any questions. >> >> Cheers, >> Mihir >> -- >> You are currently subscribed to [email protected] as: >> [email protected] >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-dev >> > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
