in reply to (tye)Re2: fork()ing a large process
in thread fork()ing a large process
tye is correct. To be portable you'll need to find another solution. I have used non-blocking waits in a timer loop to clean up children and that may work here. Of course, if you don't care about portability, use what works on your system and document that it isn't portable.
|
---|