Multiple simultaneous connections by a client application to a UTM application using the same name in each case is possible.
To enable a client to connect more than once with the same name, an LTERM pool which supports multiple connections with the same name must have been generated in the UTM server application for the system on which the client is running. Such an LTERM pool is generated in openUTM as follows:
TPOOL ...,CONNECT-MODE=MULTI
For the name the client uses to connect to the UTM application (PTERM name), a PTERM statement must not be generated in the UTM application (see openUTM manual “Generating Applications”), otherwise multiple connections via the LTERM pool is not possible.
The CPI-C program can connect to the UTM application via the LTERM pool as many times as there are LTERM partners available in the LTERM pool (the number is set by UTM administration). It can use the same name or different names to connect.