logoalt Hacker News

akdev1lyesterday at 5:44 PM1 replyview on HN

Why is it unsafe?


Replies

LtWorfyesterday at 8:30 PM

In general only the thread calling fork() gets forked, so unless you call exec() soon after, there are a lot of complications with signals, shared memory.

show 1 reply