Summary: | Caching issues in scripts running in daemon mode [OMNIBUS] | ||
---|---|---|---|
Product: | Koha | Reporter: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | agustinmoyano, dcook, jonathan.druart, kyle, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23223 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 16758, 23640, 25292 | ||
Bug Blocks: |
Description
Tomás Cohen Arazi (tcohen)
2020-02-28 14:25:35 UTC
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. |