in reply to Re: How to portably stop processes?
in thread How to portably stop processes?
Actually fork and exec don't "work fine" on Windows :-(
Fair enough: I should have been more specific. They were good enough for my particular problem ... until I wanted to have "infinite" processes.
And indeed, Proc::Background is pretty much exactly what I was hoping for. Thanks a lot!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to portably stop processes? (OSPrereqs)
by LanX (Saint) on Mar 31, 2023 at 22:13 UTC |