[Koha-bugs] [Bug 20342] Fix table locking issue, progress bar not updating, and allow use of plack for Stage MARC Import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 30 01:04:00 CET 2020


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

--- Comment #20 from David Cook <dcook at prosentient.com.au> ---
Btw, what I found worked was to have the child process basically commit suicide
by doing a kill('QUIT',$$) command. That QUIT is Starman (or rather
Net::Server::Prefork) specific, but it looks like it's just an alias for TERM
anyway.

I just tried kill('TERM',$$) and that worked too.

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


More information about the Koha-bugs mailing list