Windows Process Execution vs. Linux Process Execution
by dchow
. Updated 16 years, 11 months ago
If *NIX based systems calls fork and utilizes sleep and exec functions for hierarchical execution style; does Windows based OS’s work the same? If so, what are the specific terms to use?