http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12005 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen@gmail.com --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Chris Cormack from comment #4)
I can do a patch for this, which makes us use a new zebra connection each time. Or I can do a patch which would build a dependency on yaz-proxy so that we use that instead.
The first is obviously a lot faster, and is what zebra is designed for, it is not built for persistent connections, the second would allow us to pool connections, but would add a new software dependency
Opinions?
I'd go for the approach that creates a new connection. -- You are receiving this mail because: You are watching all bug changes.