Client Lists

A configuration file for a service may also contain a "–Client" list. This is of a similar format to the "–Servers" list. It is rarely used and does not affect the operation of RPC Manager. An example of a "–Client" and a "–Servers" list for our simple "Sample" service would be:

[Sample-Servers]

Name = FREDSPC 

Name = JOESPC 

Name = GONZOSPC 

[Sample-Clients]

Name = MARYSPC 

Name = TOMSPC 

The list of clients specified in a client list is returned from the RPC Manager method GetClientsListed().

The section that follows discusses RPC Manager connection configuration and management.