-
Notifications
You must be signed in to change notification settings - Fork 2
Home
asmichi edited this page Jul 18, 2021
·
9 revisions
Welcome to the ChildProcess wiki!
Provide cross-platform APIs for:
- Creating a child process and interacting with it
- Ensuring termination of child processes
- Obtaining statistics of a process
- Creating a resident process
- Such procedure is inherently platform-specific.
- On Windows, closing a pseudo console terminates applications inside the pseudo console.
- On *nix, a child process must employ so-called double fork technique to reside in an appropriate session.
- Finalize API
- 1.0
- Windows GUI Process Handling
- Resource limit
- Preferred NUMA node & Affinity
- ProcessPriorityClas
- Other fine tunes...