[Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don' t work as expected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 21 17:37:48 CEST 2017


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

--- Comment #23 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
I would like to mention we could be taking advantage of the following libs that
are designed exactly for this kind of things:


Long lasting/resource consuming jobs that need forking to avoid locking the
app:
http://search.cpan.org/~dbook/Mojolicious-Plugin-Subprocess-0.004/lib/Mojolicious/Plugin/Subprocess.pm

Job queue without feedback (send a notification, etc)
http://mojolicious.org/perldoc/Minion

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


More information about the Koha-bugs mailing list