Another daemon for managing control groups
Another daemon for managing control groups
Posted Dec 16, 2013 23:44 UTC (Mon) by skissane (subscriber, #38675)Parent article: Another daemon for managing control groups
If there are to be two cgroup APIs, systemd and cgmanager, I wonder how hard it would be to create a translation layer between them. For instance, someone could write a patch to systemd to make it speak the cgmanager API too. (Then again, the systemd maintainers might not accept that patch, if they see no value in supporting another API.) Or, someone could write a translation daemon, which exports the cgmanager API, but then calls the systemd API. (Conversely, one might provide a translation layer in the opposite direction, from systemd API to cgmanager API, although an application using the control group parts of the systemd API might also expect to use other systemd functionality that cgmanager will not offer, which might make going in the other direction harder.)
