[Koha-bugs] [Bug 13193] Discussion: strategy for diagnosing memcache issues.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 16 12:48:34 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193

--- Comment #7 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
Created attachment 92827
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92827&action=edit
Bug 13193: Make Memcached usage fork safe

When a high enough number of forks try to access for example system
preferences with Koha::Cache using memcached as backend the results of
different cache requests get mixed up.

The problem is fixed by using Cache::Memcached::Fast::Safe that is a
fork safe verson of Cache::Memcached::Fast.

Sponsored-by: The National Library of Finland

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list