Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: Which is better to use - EHCache, OSCache or Swarmcache

  1. #21

    Default I recommend OSCache

    I had alot of success with using OSCache on a previous project, the documentation was good.. an advantage i saw over EHCache was OSCache ability to return stale content while the cache is being updated... EHCache has a limitation that blocked thread writes while being updated..which made a bottle neck when doing "Method level" caching...with OSCache would send back the stale content while the cache is being updated from another thread.

    OSCache also supports distributed cache clustering via JMS.


    also your not tied to a container(JBossTree)
    Last edited by twoencore; Mar 13th, 2008 at 07:13 PM. Reason: spelling.
    /^\\ Pharaoh /^\\
    http://pharaohofkush.blogspot.com/

    Jeryl Cook

  2. #22
    Join Date
    Jul 2007
    Posts
    4

    Default Curious to see the results now...

    Quote Originally Posted by gmatthews View Post
    I'll try. Firstly, my requirements and goals are to operate a production system on commodity hardware, and safeguard data that is extremely valuable to our customers.

    We also can't handle the system load on one box, so operate multiple boxes behind an Apache front end.

    So, I've decided we need transactional clustering to deliver the above requirements.

    The only choice seems to be JBoss TreeCache, which works pretty well.

    I think the next JBoss TreeCache release supports eviction from the cluster as opposed to replication across the cluster which will be good.

    I'm hoping it will scale reasonably well since we're scheduled to do a country wide sales and marketing rollout around April so will likely have some interesting performance figures to share by then.

    Regards,
    Sorry to resurrect this thread from the dead - but I am quite curious after two years how things turned out. Did you end up using transactions w/TreeCache? Did it scale for you? How has it been in operation?

    Thanks,

    Taylor Gautier
    Product Manager, Terracotta

Similar Threads

  1. Acegi + EhCache in cluster environment
    By newreaders in forum Security
    Replies: 10
    Last Post: Nov 9th, 2007, 07:20 PM
  2. EhCache initialization problems
    By viniciuscarvalho in forum Container
    Replies: 2
    Last Post: Jun 28th, 2005, 03:44 AM
  3. Spring - Hibernate - EHCache - Web App
    By macalla in forum Data
    Replies: 3
    Last Post: Jun 15th, 2005, 04:46 AM
  4. EhCache Error
    By monkeyMojo in forum Security
    Replies: 3
    Last Post: Dec 31st, 2004, 04:24 PM
  5. Problem with userCache using ehCache.
    By nicholsl in forum Security
    Replies: 1
    Last Post: Oct 14th, 2004, 04:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •