2.3.7 Host CPI-C to ATMI Asynchronous Request/Response Server with No Reply
Figure 2-27 DMCONFIG File Entry

- The CPI-C application program
MIRRCPICis invoked using environment start-up specifications. - The
MIRRCPICclient requestscminitto establish conversation attributes and receive a conversation ID that will be used on all other requests on this conversation. The remote server and service are named in the CPI-C side information entryMIRRSIDE. - The
cmallcrequest initiates the advertised service mapped toMIRRORSERVin the DM_LOCAL_SERVICES section of the DMCONFIG file. - The
cmsendrequest sends the contents ofobufferto the ATMI service in thetpsvcinfo->databuffer. - The
cmdealrequest flushes the data, and indicates the conversation is finished with the TPNOREPLY in thetpsvcinfo->flagfield. - The service completes with the
tpreturn.
Parent topic: CPI-C Programming Examples