Bug 16758 highlighted an issue on long running processes (daemons) with the L1 cache mechanism not being able to invalidate cache. The proposed and agreed solution there was to disable L1 cache for daemon scripts. But the bug only took care of rebuild_zebra.pl, leaving things like SIPServer for later. We should resume that work, and discussion. It clearly needs to be handled in a generic way on Koha::Script
Invalidation of L1 cache for SIP has been done on bug 23640.
Opened Bug 25292 - L1 cache too long in Z3950 server (z3950-responder) Do we have something else?
> Do we have something else? I can't think of anything else? In terms of Koha-related daemons, at a glance all I see are the following: - koha-plack (starman) - koha-indexer (rebuild_zebra.pl) - koha-sip (SIPServer.pm) - koha-zebra (zebrasrv) - koha-z3950-responder (Z3950Responder.pm) koha-plack and koha-zebra are irrelevant. koha-indexer and koha-sip are done. So that should just leave koha-z3950-responder via https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25292.
(In reply to Jonathan Druart from comment #2) > Do we have something else? If Bug 22417 goes ahead, the koha-worker daemons would probably need it, if they were closely coupled to Koha.
It looks like all linked bugs here have been closed/resolved now. Closing this one as well, please re-open if I missed something.