From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750913AbWBCPpj (ORCPT ); Fri, 3 Feb 2006 10:45:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750920AbWBCPpi (ORCPT ); Fri, 3 Feb 2006 10:45:38 -0500 Received: from e36.co.us.ibm.com ([32.97.110.154]:2996 "EHLO e36.co.us.ibm.com") by vger.kernel.org with ESMTP id S1750910AbWBCPpi (ORCPT ); Fri, 3 Feb 2006 10:45:38 -0500 Subject: Re: RFC [patch 13/34] PID Virtualization Define new task_pid api From: Dave Hansen To: Kirill Korotaev Cc: "Eric W. Biederman" , Linus Torvalds , Hubertus Franke , Greg KH , Alan Cox , "Serge E. Hallyn" , Arjan van de Ven , Linux Kernel Mailing List , Cedric Le Goater In-Reply-To: <43E335D4.9000401@sw.ru> References: <20060117143258.150807000@sergelap> <20060117143326.283450000@sergelap> <1137511972.3005.33.camel@laptopd505.fenrus.org> <20060117155600.GF20632@sergelap.austin.ibm.com> <1137513818.14135.23.camel@localhost.localdomain> <1137518714.5526.8.camel@localhost.localdomain> <20060118045518.GB7292@kroah.com> <1137601395.7850.9.camel@localhost.localdomain> <43D14578.6060801@watson.ibm.com> <43E21BD0.6000606@sw.ru> <43E2249D.8060608@sw.ru> <43E22DCA.3070004@sw.ru> <43E335D4.9000401@sw.ru> Content-Type: text/plain Date: Fri, 03 Feb 2006 07:45:27 -0800 Message-Id: <1138981528.6189.16.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2006-02-03 at 13:52 +0300, Kirill Korotaev wrote: > How can you migrate application which consists of two processes doing > IPC via signals? They are not tired inside kernel anyhow and there is > no way to automatically detect that both should be migrated together. > VPSs what provides you such kind of boundaries of what should be > considered as a whole. Could you explain a little bit _how_ VPSs provide this? -- Dave