9 Oct
2014
9 Oct
'14
6:06 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12005 --- Comment #6 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 32102 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32102&action=edit Bug 12005 : Creating a new zebra connection for each time we need one Zebra is not designed to have persistent connections, under cgi this didn't matter the scripts would get a new connection each time, but under plack we try to use dead connections This patch changes it so plack works the same way that cgi did. To test: Apply this patch Do some searches Check everything still works -- You are receiving this mail because: You are watching all bug changes.