[Koha-bugs] [Bug 17941] CanBookBeRenewed is very inefficient/slow

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 1 22:24:01 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17941

Francesco Rivetti <oha at oha.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oha at oha.it

--- Comment #8 from Francesco Rivetti <oha at oha.it> ---
Hi! I can't think of any issue with plack or apache.

The only problem I had implementing it is the race with Exporter:

Attribute::Handlers apply attributes at CHECK time, while Exporter at BEGIN
time. I found a easy way to convince A::H to replace the methods at BEGIN time,
but I believe the order in the @ISA must be preserved.

But I don't consider this a proper fix, I just lack the experience to
understand the whole logic behind it yet.

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


More information about the Koha-bugs mailing list