http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7248
--- Comment #22 from Jared Camins-Esakov <[email protected]> 2012-02-01 15:54:37 UTC --- (In reply to comment #21) > (In reply to comment #19) > > Paul, could you also look at comment 12? We would not like to have multiple > > ways of doing the same. > > About comment 12 : > If we use syspref to get memcache server informations, it mean we can't cache > the syspref (as we need the cache server information to get the cache address) > Isn't this a good reason to keep memcache server in httpd.conf ? what is/are > the side effect if any of the $ENV ? So there's a special case for the UseCache syspref. The side effect of keeping the memcache configuration in $ENV is that we have to explain to non-technical librarians how to adjust their caching settings if they run into problems. This seems like a significant disadvantage, for no real benefit. Also, regarding the name of the syspref, I think UseCache is better than UseMemcached. One day we may have more than one cache technology available, at which point it could be changed from boolean to a choice, and UseCache = On remapped to UseCache = memcached. -- 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/
