[Koha-bugs] [Bug 9434] New: Static variables used for caches are not Plack-friendly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jan 19 20:32:44 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9434

            Bug ID: 9434
           Summary: Static variables used for caches are not
                    Plack-friendly
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: jcamins at cpbibliography.com

At the moment we cache numerous pieces of information in module-level variables
which then do not get updated in other threads/processes when they are changed
by the user. This is a serious usability issue.

Examples of this include the way we treat sysprefs (there is now a method to
disable the syspref cache, but by default it is enabled), notices, frameworks,
field mappings, and koha-conf.xml, at least.

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


More information about the Koha-bugs mailing list