Newsgroups: comp.parallel.pvm
From: hermes@lsi.usp.br (Hermes Senger)
Subject: How to wait for messages without making Busy-Waiting
Organization: Laboratorio de Sistemas Integraveis - USP - Brazil
Date: 1 Dec 1994 22:15:33 GMT
Message-ID: <3blhu5$gbe@bee.uspnet.usp.br>


I have just started my learning in PVM. I would like to make some 
kind of distributed scheduler using PVM. More precisely, I need to 
implement a task which waits for messages from other PVM taks. When
a message arrives, the task must start a local aplication task, and 
wait for another message, but without making busy-waiting ( it must 
not to spend cpu ). 


	Thank you.

			Hermes.


