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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to