Previous Topic: Returned StringNext Topic: Server IMOD Conventions


Server IMODs

A server IMOD is a commonly used service that is 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 that is 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: