[Koha-bugs] [Bug 7276] member entry Performance improvement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 9 17:55:11 CET 2011


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

--- Comment #11 from Chris Cormack <chris at bigballofwax.co.nz> 2011-12-09 16:55:11 UTC ---
(In reply to comment #10)
> QA comment
> 
> about the follow-up = the initial patch caches the database structure for up to
> 10 minuts. It means the clearing sub is not necessary imo, even under a
> persistent env, that will work. It will just be needed to wait for up to 10
> minuts to get a fresh env.
> 
> Chris, can you confirm you've seen the 10 minuts limits, and explain why it
> should not be enough ?
> 
> (follow-up OK and everything passed QA though)

We are moving slowly to a persistent model, be it mod_perl, plack, fastcgi
..whatever. As such variables declared like this hash need to be able to be
wiped. This has nothing to do with the memcached caching, but that we are
declaring a variable, that when we are running in persistent mode will persist.

So, we should always clean up after ourselves or we will get inconsistent and
wrong behaviour when running in a persistent mode.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list