Comment by dcrazy 1 day ago NtCreateProcess does not implement a forking model. It is analogous to posix_spawn. 1 comment dcrazy Reply nvme0n1p1 1 day ago If you pass null for the section handle, it shares pages with the calling process, thus implementing a forking model. Or at least the parts of a forking model that some people erroneously believe are responsible for performance differences.
nvme0n1p1 1 day ago If you pass null for the section handle, it shares pages with the calling process, thus implementing a forking model. Or at least the parts of a forking model that some people erroneously believe are responsible for performance differences.
If you pass null for the section handle, it shares pages with the calling process, thus implementing a forking model. Or at least the parts of a forking model that some people erroneously believe are responsible for performance differences.