next up previous contents
Next: Three Tier Client Server Up: Simple Client Server Previous: Dagent Client

Dagent Server


01234567890123456789012345678901234567890
dagent plus {
		 connection c2 (1-to-1, ordered FIFO, guarenteed delivery) ;
		 obeys conversation simple_plus as d2 ;
		 resource shared ram (max = 64,000) ;
		  int plus ( int n , int m ) highly available  ; 
 



Ronald LeRoi Burback
1998-12-16