http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7276 --- Comment #14 from Chris Cormack <chris@bigballofwax.co.nz> 2012-01-17 19:10:23 UTC --- (In reply to comment #13)
(In reply to comment #12)
OK, I undestand what I missed: cleaning the variable is necessary, otherwise, it will stay forever in your variable, which is bad. It has nothing to do with memcache
PS: maybe we should write guidelines to manage persistent variables
Probably a good idea.
PS2: with a persistent model, will memcache still be usefull ?
Yes, even with persistence, threads die after a while and respawn. So it is still useful.
Following up, FWIW on some of huge traffic sites (not Koha sites but other sites) we run with persistance, and memcached. When you move to a cluster model this really becomes useful, but even single server, removing a lot of unnessecary reads from your db helps it do writes much faster. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.