The greet Application: An Implementation Using DCE RPCThis first implementation of the greet application is an example of a simple DCE RPC-based application. The client side of the application sends a greeting to the server side of the application. The server prints the client's greeting and sends a return greeting back to the client. The client prints the server's reply and terminates. More: Steps in Developing a DCE RPC Application Installing and Running the greet Application Makefile for the greet Application
|