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

--- Comment #9 from Jacek Ablewicz <[email protected]> ---
To make things a bit more complicated, this separate cache is used not just for
caching koha config in C4/Context; e.g. in C4/Languages.pm:

    if (C4::Context->ismemcached) {
        require Memoize::Memcached;
        import Memoize::Memcached qw(memoize_memcached);

        memoize_memcached('getTranslatedLanguages',
            memcached => memcached => C4::Context->memcached);
        memoize_memcached('getFrameworkLanguages',
            memcached => memcached => C4::Context->memcached);
        memoize_memcached('getAllLanguages',
            memcached => memcached => C4::Context->memcached);
    }

Looks like an excellent material for a bunch of the brand new '... is not plack
safe' bug reports ;)

-- 
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/

Reply via email to