johnwason/drekar-launch

cgroup support on Linux

Closed this issue · 1 comments

cgroup is used on Linux to implement similar functionality to "Job Objects" on Windows. Without a cgroup, processes may not terminate correctly if the launcher or a subprocess crashes. Currently root access is required to create a cgroup. Determine how best to implement cgroup support.

Complete with #11