http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276
--- Comment #11 from Chris Cormack <[email protected]> 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. _______________________________________________ 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/
