https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13193
--- Comment #7 from Joonas Kylmälä <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
