PreviousNext

Two DCE Application Examples

This topic presents two implementations of a very simple distributed application, called greet. This section assumes some familiarity with UNIX systems and the C programming language. The greet application is implemented two different ways - one using DCE RPC, the other using DCE DFS. For a more extensive application example, which uses many more DCE services and facilities, see the timop example in the OSF DCE Application Development Guide.

More:

The greet Application: An Implementation Using DCE RPC

The greet Application: An Implementation Using DCE DFS