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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
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/