[Koha-bugs] [Bug 21955] New: Cache::Memory should not be used as L2 cache

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 5 19:33:30 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21955

            Bug ID: 21955
           Summary: Cache::Memory should not be used as L2 cache
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: critical
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org

If Plack is running with several workers we must not use Cache::Memory as L2
cache.

If a value is set from a worker, it will not be available from other workers as
the Cache::Memory instance is not shared (of course!)

Moreover we now have Koha::Cache::Memory::Lite that does the same job, so we
should not expect performance regressions by removing it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list