https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27782 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- (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.