From: Vincent Nikkelen <vincentn@stack.nl>
Newsgroups: comp.parallel.pvm
Subject: Order in arrivel of messages
Date: 11 Mar 1999 21:19:27 +0100
Organization: M.C.G.V. Stack - Eindhoven, the Netherlands
Sender: vincentn@turtle.stack.nl
Message-Id: <7c98gf$k5p$1@turtle.stack.nl>
User-Agent: tin/pre-1.4-980730 (UNIX) (FreeBSD/2.2.8-STABLE (i386))
Xref: ukc comp.parallel.pvm:8111


In PVM, when one sends 2 messages from task A to task B, and task B does
a receive with a wildcard, than the first message that is send will be
received.

But what when 2 tasks (say A and B) send a message to task C and C does
a receive with an wildcard. Will it receive the message that arrived
first or is it not possible to tell?

If not, how can one be sure that when e.g. A keeps sending messages, a
message send by B will not be 'pushed away' for ever? (This is a kind of
fairnes)

Unfortunately I couldn't find any info about this on the pvm websites.

Thanx in advance,

Vincent Nikkelen 

