Re: [libvirt-users] method for communication between containers

2014-04-09 Thread Daniel P. Berrange
On Wed, Apr 09, 2014 at 05:55:57AM +, WANG Cheng D wrote: > Dear Daniel, > As you know, following your suggestion, I can expose shared memory to > two containers hosted by the same machine, thus the two containers can > exchange data. Now I have a new problem: how does the containers avoid > co

Re: [libvirt-users] method for communication between containers

2014-04-08 Thread WANG Cheng D
Sent: 2014年3月3日 21:42 To: WANG Cheng D Cc: libvirt-users@redhat.com Subject: Re: [libvirt-users] method for communication between containers On Mon, Mar 03, 2014 at 01:39:03PM +, WANG Cheng D wrote: > Dear Daniel, > Thank you for your email. > According to your suggestion, I tried to

Re: [libvirt-users] method for communication between containers

2014-03-05 Thread WANG Cheng D
D Cc: libvirt-users@redhat.com Subject: Re: [libvirt-users] method for communication between containers On Mon, Mar 03, 2014 at 01:39:03PM +, WANG Cheng D wrote: > Dear Daniel, > Thank you for your email. > According to your suggestion, I tried to use the shared memory filesystem fo

Re: [libvirt-users] method for communication between containers

2014-03-03 Thread Daniel P. Berrange
On Mon, Mar 03, 2014 at 01:39:03PM +, WANG Cheng D wrote: > Dear Daniel, > Thank you for your email. > According to your suggestion, I tried to use the shared memory filesystem for > data exchange between the host machine and the container. The steps are as > follows: > > 1) create an empty

Re: [libvirt-users] method for communication between containers

2014-03-03 Thread WANG Cheng D
hough ftok() can work and return the value. Do you have an idea? Best wishes. Cheng Wang -Original Message- From: Daniel P. Berrange [mailto:berra...@redhat.com] Sent: 2014年2月27日 18:30 To: WANG Cheng D Cc: libvirt-users@redhat.com Subject: Re: [libvirt-users] method for communicati

Re: [libvirt-users] method for communication between containers

2014-02-27 Thread Daniel P. Berrange
On Thu, Feb 27, 2014 at 06:28:46AM +, WANG Cheng D wrote: > Dear all, > In my system, two containers need to exchange data as quick as possible > and the two containers are hosted by the same physical machine, I wonder > if socket is the only method for communication between containers? If you

[libvirt-users] method for communication between containers

2014-02-26 Thread WANG Cheng D
Dear all, In my system, two containers need to exchange data as quick as possible and the two containers are hosted by the same physical machine, I wonder if socket is the only method for communication between containers? Thank you. Cheng Wang ___ libvi