https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582
--- Comment #119 from David Cook <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
