Running the Application

To run the application on a single Windows NT machine, open two console windows. In the first window, type

C:\> hellos
 

and in the second window, type

C:\> helloc
 

Because our distributed application uses named pipes as the transport protocol, the server-side application will not run on Windows 95. To experiment with different protocol sequences, endpoints, and other options, build the sample hello application from the source files in \mstools\samples\rpc\hello on the Win32 SDK CD.