http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7769
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |[email protected] --- Comment #7 from Paul Poulain <[email protected]> --- Ian, if you want/need more info: http://wiki.koha-community.org/wiki/Plack#Running_Intranet and more specifically: Second day of plack testing showed that we are somewhat away from goal of running intranet under plack. Currently biggest problems are variabled declared with my which are inside sub (since plack wraps our cgi scripts within sub). This problem is similar to mod_perl problem described at http://modperlbook.org/html/6-2-Exposing-Apache-Registry-Secrets.html (just ignore mod_perl references :-) I find this solution a little bit dirty, but, oth, the speed under Plack is so... astonishing, that my feeling is nothing ;-) (gain = speed x5, outside from zebra speed/queries) Note : most of the patch dobrika made yesterday and today fix the problem that way. If you havent QAed them, i'll QA now that you agree Just in case = this patch should not be applied on 3.6. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
