Newsgroups: comp.parallel.pvm
From: Richard Barrett <rbarrett@lanl.gov>
Subject: Re: Communication
Organization: Los Alamos National Laboratory
Date: Thu, 20 Feb 1997 15:12:50 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <330CBE52.4CFB@lanl.gov>

Pascal,

I just noticed that you also asked if programs launched
by different _users_ can communicate. This I don't think
is possible, based on the reasons I gave for why two
independent processes launched by the same user can communicate.
Someone will correct me if this is wrong...

A workaround could involve writing the data to a file that
the two users could share, with flags being set to notify the
receiver that the data is available. Probably opens up at least
a few cans of worms though...

Richard

