Newsgroups: comp.os.parix
From: renevey@ufps8.unifr.ch ()
Reply-To: christian.renevey@unifr.ch
Subject: Parix context
Organization: UniFR, CH
Date: 26 Oct 1995 17:35:04 GMT
Message-ID: <46ogs8$g93@siufuxsun01.unifr.ch>

I'm quiet new in the Parix world and I would like to know if I can create a link
between two contexts of the same processor.

My code could have the following form:


main_1(){
	Execute(main_2,parix_environ);
	link = ConnectLink(proc,1234,&error);
	...
}

main_2(){
	link = ConnectLink(proc,1234,&error);
	...
}

Thanks for any suggestion
Christian

---
+------------------------------------------------------------------------- 
+    _/  _/  _/  _/  _/_/_/
+   _/  _/  _/  _/  _/_/
+  _/  _/  _/_/_/  _/	    Institut d'Informatique Universite de Fribourg
+						
+  Christian RENEVEY			  address:				
+  email:  <Christian.Renevey@unifr.ch>		RENEVEY Christian	
+  tel: +41 37 - 298468				Institut d'Informatique 
+  fax: +41 37 - 299731                         Universite de Fribourg	
+  http://www.unifr.ch                      	Chemin du musee 3	
+ 		                		1700 Fribourg(SWITZERLAND)		+-------------------------------------------------------------------------



