[Koha-bugs] [Bug 16579] New: Use separate memached namespace for caching koha-conf.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 24 20:02:37 CEST 2016


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

            Bug ID: 16579
           Summary: Use separate memached namespace for caching
                    koha-conf.xml
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: gmcharlt at gmail.com
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

The memcached configuration definitions were moved from koha-conf.xml to
environment variables to enable caching of the conf file itself.

This can cause numerous issues and difficulties making sure memcached is
enabled for all cron scripts, for plack, etc.

I propose we cache the koha conf file in a separate namespace with the caching
still defined in environment variables, but move the memcached configuration
for everything else back into the koha conf file itself.

This would allow us to continue caching everything, but even if the cache for
the koha-conf file is not configured for a given process, it would allow all
other data to still be cached and used. This would greatly improve overall
performance I think, especially for cron scripts that use the calendar for
holiday handling.

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


More information about the Koha-bugs mailing list