in reply to Re^2: Multithreads with an executable in the worker subroutine
in thread Multithreads with an executable in the worker subroutine
Maybe the Windows emulation of fork with threads does that, but on Linux, it's the exact opposite. Forking releases memory reliably, whereas threads don't. Reusing threads is a good idea though.
|
|---|