The Same Mach Sample
		Compiling
		
			To compile the example, you must compile to projects: client
            and server.
		
		
			To compile the client project:
		
		
			- Launch EiffelStudio.
			
- Select Use existing Ace (control file) and click OK.
			
- Browse to Eiffel52\examples\net\polling\client\.
			
- Select Ace.unix.ace on Unix platforms.
			
- Choose the directory where the project will be compiled, by default the same directory containing the Ace file.
			
- Click OK.
		
			To compile the server project:
		
		
			- Launch EiffelBench.
			
- Select Use existing Ace (control file) and click OK.
			
- Browse to Eiffel52\examples\net\polling\server\.
			
- Select Ace.unix.ace on Unix platforms.
			
- Choose the directory where the project will be compiled, by default the same directory containing the Ace file.
			
- Click OK.
		
Running
		Under the Hood