2.2.1 Initializing the Handler
The very first service request that is sent from the TMA TCP gateway running on a remote Oracle Tuxedo node causes the following to occur.
- CICS Sockets Listener starts the TMA TCP for CICS Handler
- Listener issues a
givesocket()
function call - Handler issues a
takesocket()
function call - Listener resumes listening for new connection requests
- Handler communicates directly with the remote TMA TCP gateway using TCP/IP
Parent topic: Running Oracle TMA TCP for CICS