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

Brendan Gallagher <bren...@bywatersolutions.com> changed:

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

--- Comment #29 from Brendan Gallagher <bren...@bywatersolutions.com> ---
Created attachment 32429
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32429&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 <a...@biblos.pk.edu.pl>

Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to