CGroups manager API
CGroups manager API
Posted Dec 5, 2013 23:02 UTC (Thu) by drag (guest, #31333)In reply to: CGroups manager API by rvfh
Parent article: Another daemon for managing control groups
It seems that systemd and cgroupsmanager have distinctly different goals in managing cgroups.
Systemd is looking to provide a high level API that piggy backs on the process management features that already exist and are being used by systemd.
It appears from the posts that I read that cgroupsmanager is looking to expose most of the the functionality of cgroupfs via dbus because the kernel developers are going to depreciate the current cgroupfs API and are discouraging having multiple processes from being able to manage hierarchical cgroups in the future.
It's the difference between trying to make something secure and easy to manage versus something that wants to allow as much flexibility as possible.
