about
12/02/2022
Process Repo
Process Repository
Defines a Process class that handles forking new processes
Quick Status
functionality
1.0 Concept
2.0 Design Musings
There is no ProcessPool in this repository. I plan to put one here sometime next year.
- Create child processes, with the ability to configure the way they interact with their parent process.
- Establish interprocess communication through named-pipes or message-passing communication channels.
- Gracefully shut down processes.
- Create and manage process pools - would be useful for a distributed test harness, for example.