[PATCH 0/2] resource control file system - aka containers on top of nsproxy!

Paul Menage menage at google.com
Wed Mar 7 13:20:18 PST 2007


On 3/7/07, Serge E. Hallyn <serue at us.ibm.com> wrote:
>
> All that being said, if it were going to save space without overly
> complicating things I'm actually not opposed to using nsproxy, but it

If space-saving is the main issue, then the latest version of my
containers patches uses just a single pointer in the task_struct, and
all tasks in the same set of containers (across all hierarchies) will
share a single container_group object, which holds the actual pointers
to container state.

Effectively, container_group is to container as nsproxy is to namespace.

Paul



More information about the Containers mailing list