Newsgroups: comp.parallel.pvm
From: zju@bme.unc.edu (Ju Zhengwen)
Subject: signal vs. message
Organization: Dept. of Biomedical Engineering/UNC-Chapel Hill
Date: 5 Aug 1994 16:29:12 GMT
Message-ID: <31tpco$rdj@bigblue.oit.unc.edu>


Hi, there. Does anybody have any experience using signal in PVM?
I had trouble when I used pvm_sendsig to send signals and pvm_send
to send messages to a slave process. Basically it's a race condition,
i.e. sometimes the signal and message were received in the reverse
order as they were sent. My question is how I can assure they are 
received in the right order.

Any help would be greatly appreciated.

-zhengwen

