6 ms·
It’s not too much of an exaggeration to say that everything about using fork() instead of vfork() plus exec() is essentially fundamentally broken in modern osde
by ComputerGuru 1y ago
It’s not too much of an exaggeration to say that everything about using fork() instead of vfork() plus exec() is essentially fundamentally broken in modern osdev without a whole stack of hacks to try and patch individual issues one-by-one.
- EPWN3D 1y agoIt's not an exaggeration in any sense. fork(2) basically cannot be done correctly in modern userspace stacks.