[Koha-bugs] [Bug 7857] database upgrade fails with plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 1 00:59:25 CEST 2012


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

Dobrica Pavlinusic <dpavlin at rot13.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #5 from Dobrica Pavlinusic <dpavlin at rot13.org> ---
This problem could be solved with simple Koha::SysPrefs which would wrap
systempreferences table into intelligent caching.

But rest of code would benefit from simple our $cache per-request cache which
is safe from cache invalidation problems.

Then we could start pushing it to memcache (after we flush all invalidation
issues), but from my profiling so far, it seems biggest low-hanging fruit is
caching within single request based on Bug 7177

This is next think I plan to work on, after all quirks with plack are cleaned
up.

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


More information about the Koha-bugs mailing list