Results 1 to 10 of 22

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

Threaded View

  1. #7

    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

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
  •