[Koha-bugs] [Bug 12005] Zebra searches sometimes fail silently under Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 16 16:21:37 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12005

Jacek Ablewicz <ablewicz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32404|0                           |1
        is obsolete|                            |

--- Comment #28 from Jacek Ablewicz <ablewicz at gmail.com> ---
Created attachment 32417
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32417&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

Signed-off-by: Jacek Ablewicz <abl at biblos.pk.edu.pl>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list