Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3779

Upgrade ConcurrentLinkedHashMap

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • Trunk
    • None
    • None

    Description

      The UtilCache class should use v1.0 of the CLHM library. While the previous version is fully functional, I am no longer supporting it. The new design should be faster and more reliable due to not needing to use a pseudo LRU algorithm for performance (which has degradation scenarios ). A true LRU is now supported with no lock contention issues. Please consider upgrading when convenient.

      http://code.google.com/p/concurrentlinkedhashmap/

      JavaDoc:
      http://concurrentlinkedhashmap.googlecode.com/svn/wiki/release-1.0-LRU/index.html

      Attachments

        Activity

          People

            jleroux Jacques Le Roux
            ben.manes Ben Manes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: