|
|
|
|
|
by kps
5 days ago
|
|
Fork is conceptually simple. Without bringing in any other layers, you start a process with the one thing known to exist: yourself. Otherwise you need multiple steps to create a process, fill it with something to run, and arrange for it to execute. Or like Win32 you permanently smush them together with other layers, like filesystems and object loaders and linkers. |
|
Attempting to justify clone/exec as a reasonable design is just Stockholm syndrome.