16 Sep
2019
16 Sep
'19
11:48 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193 --- Comment #7 from Joonas Kylmälä <joonas.kylmala@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.