[Koha-bugs] [Bug 20582] Turn Koha into a Mojolicious application

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 24 06:39:51 CET 2024


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

--- Comment #119 from David Cook <dcook at prosentient.com.au> ---
(In reply to Victor Grousset/tuxayo from comment #117)
> > Not in production, but I'm using it daily for development
> > since more than a year now. The only problems I have is when `fork` is used.
> 
> So what's missing?
> - patron imports to use task queue
> - what else needs to use background workers?

Good question. At a glance, nothing outside of t/* and misc/* directly use
"fork(". "Parallel::ForkManager" seems to be in t/., xt/, debian/, and misc/.

Where does patron imports fork?

There are a few scripts that are still run in CGI, but since they're not
proxied they shouldn't be an immediate problem I think.

/etc/koha/apache-shared-intranet-plack.conf:        ProxyPass
"/cgi-bin/koha/tools/export.pl" "!"
/etc/koha/apache-shared-intranet-plack.conf:        ProxyPass
"/cgi-bin/koha/tools/upload-cover-image.pl" "!"
/etc/koha/apache-shared-intranet-plack.conf:        ProxyPass
"/cgi-bin/koha/svc/cataloguing/metasearch" "!"

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


More information about the Koha-bugs mailing list