[Koha-bugs] [Bug 8437] Large database backups and large exports from export.pl fail under plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 17 02:08:20 CET 2020


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

--- Comment #52 from David Cook <dcook at prosentient.com.au> ---
Using CGI::Emulate::PSGI::Streaming (version 1.0.1 since 1.0.0 is buggy) and a
custom Plack::Component I created based on Plack::App::WrapCGI, I was able to
stream 65MB of bib records from /cgi-bin/koha/tools/export.pl in 13 minutes
using koha-testing-docker (and an external database on a different server). 

I could explore a solution using that tech, although I think that I'm still
more inclined to moving forward with Bug 26791, as replacing export.pl provides
a good example for replacing CGI scripts with Mojolicious controllers.

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


More information about the Koha-bugs mailing list