PreviousNext

Writing the Server Code

A programmer who is developing an RPC server that supports character and code set interoperability needs to add the following steps to the server's initialization functions in addition to the normal initialization functions it carries out for

· Setting the server's locale

· Establishing the server's supported code sets

· Registering the server's supported code sets in the name service database

· Establishing a cleanup function that removes the server's supported code sets from the name service database on the server's termination or exit.

The next topics explain these steps in detail.

More:

Setting the Server's Locale

Establishing the Server's Supported Code Sets

Registering the Server's Supported Code Sets in the Namespace

Establishing a Cleanup Function for the Namespace

Sample Server Code