https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27078
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |ommunity.org --- Comment #1 from Jonathan Druart <[email protected]> --- I bet you don't see anything on htop? Are you able to profile a perl process to catch any bottlenecks? I don't think you are safe using Memcached on each node. If you have Node 1 that modifies something that is cached, only the one from Node 1 will be updated/invalidated. Nodes 2 and 3 will continue to use an old value. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
