|
|
|
|
|
by kazinator
2627 days ago
|
|
fork is pretty much always going to be cheaper than starting a new process in scratch over the same executable image (and library images) and then re-playing everything inside that process so that it gets into exactly the same state as the creator to be a de facto clone of it. |
|