f913051b00
This change adds a processutils module, which includes several process/job helpers. Associating a job with a process will allow ensuring that when a parent process is killed, processes associated with jobs (e.g. child processes) will be killed as well. This is especially useful for Cinder, which will use it for the multiple backend per service scenario. Job objects may have resource limits. We may use jobs in order to implement resource limit support within oslo_concurrency (currently not available on Windows). Related-Bug: #1734334 Change-Id: Icc2bbe9191e6db685c0fd294abc1d0eb24bc420c
5 lines
76 B
YAML
5 lines
76 B
YAML
---
|
|
features:
|
|
- |
|
|
os-win now allows mapping processes to job objects.
|