PERFORCE change 127942 for review
Marko Zec
zec at icir.org
Tue Oct 23 14:40:49 PDT 2007
On Tuesday 23 October 2007 02:49:24 Julian Elischer wrote:
> question:
>
> can processes in two vimages communicate if they both have access
> to the same named pipe/fifo in the filesystem?
Yes, provided that they open the fifo while they would be both attached
to the same vnet. Once the sockets would become open the processes
could reassociate to arbitrary vimages, while the sockets would remain
bound to their original vnets for their entire lifetime duration.
As an alternative, we could / should introduce an extended socket()
syscall where an additional argument would explicitly specify to which
vimage/vnet the new socket should belong.
Marko
More information about the p4-projects
mailing list