On Thu, 13.02.14 13:34, Florian Weimer ([email protected]) wrote:
>
> On 02/12/2014 11:46 AM, Lennart Poettering wrote:
>
> >The plan by the kernel guys is to not allow cgroup management on threads
> >anymore, only entire processes. The APIs in systemd reflect this
> >decision by the kernel guy
On 02/12/2014 11:46 AM, Lennart Poettering wrote:
The plan by the kernel guys is to not allow cgroup management on threads
anymore, only entire processes. The APIs in systemd reflect this
decision by the kernel guys: you cannot arrange individual threads for
organization by cgroups.
Interestin
On Wed, 12.02.14 11:28, Allmeroth, Robert ([email protected]) wrote:
> Hi,
>
> I read a lot about the new cgroup concept of the kernel/systemd.
> I understand the logic behind it and why systemd wants to be the MCP of it.
> But I miss information how threads are handled.
>
> Example:
>
Hi,
I read a lot about the new cgroup concept of the kernel/systemd.
I understand the logic behind it and why systemd wants to be the MCP of it.
But I miss information how threads are handled.
Example:
Due to performance reasons we arrange components with various profiles into one
executable.
As