Previous Topic: Returned String

Next Topic: Server IMOD Conventions

Server IMODs

A server IMOD is a commonly used service provided as a subroutine. It is an IMOD task that is started, does not terminate, and processes requests from other IMOD tasks. It permits the same code to be used by a variety of callers and ensures that the appropriate resources are always used in a compatible manner.

You can use server IMODs to manage and synchronize the use of certain data. You can use them to provide an initialized environment for high‑performance execution of requests, or to serialize the use of a particular process or resource. Other possible uses for server IMODs are the following:

Note: For information about CA-GSS functions and programs, see the Reference Guide.