Hi, On Fri, Oct 12, 2012 at 11:32 AM, Pongtawat Chippimolchai <[email protected]> wrote: > By looking at memcached stats and MySQL query log, it seems like memcached > is only used to store Koha's config (koha-conf.xml). The query to MySQL is > exactly the same with or with out memcached. I suppose that once memcached > is enabled, all preferences should be read from memcached instead? Is there > anything else I should do to get memcached fully working with Koha?
Memcached can also be used to store user sessions, and although doing that is not a panacea, I've observed that it can noticeably improve responsiveness. To enable this, set the SessionStorage syspref to use memcached. Regards, Galen -- Galen Charlton Director of Implementation Equinox Software, Inc. / The Open Source Experts email: [email protected] direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org _______________________________________________ Koha-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
