[lxc-devel] IPC between containers

2011-11-07 Thread yinxb
Hi Is there a way to communicate between containers? As far as I know,process in differnt namespace cannot communicate with each other. Thanks in advance! --- Confidentiality Notice: The

Re: [lxc-devel] IPC between containers

2011-11-07 Thread Jeff Liu
On 11/07/2011 04:37 PM, yi...@neusoft.com wrote: > Hi >Is there a way to communicate between containers? Could you please give your requirements in more detail? Include your use cases and which way you preferred to communicate from each other. If you have two VMs running there, at least, the

[lxc-devel] 回复 :Re: IPC between containers

2011-11-07 Thread yinxb
Hi Jeff Thanks for you quick reply. We are developing a framework to integrate different apps which are running in linux container(for isolation and safety). In some case,the framework(running in another linux container)needs the apps information such as state or resource occupied. So the