https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27782
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from David Cook <[email protected]> --- (In reply to Martin Renvoize from comment #0) > Our worker does not fork to run tasks, so if a task explodes, the worker it > brought down with it... that is bad. Agreed. It should be forking. Even if we wrapped the processing in an eval{}, we should still be forking from a memory efficiency perspective. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
