Chapter 4. z/TPF communications bindings 61
When the Internet daemon recycles, the effect on the server application and sockets is based
on the process model:
For the WAIT, NOWAIT, AOA, and AOR process models, there is no disruption to the
sockets. The fact that the Internet daemon has recycled itself is completely transparent to
the server and remote client applications.
For the NOLISTEN process model, no action is taken when the Internet daemon recycles.
Servers using these models are activated when the Internet daemon first starts and, after
that, the Internet daemon does not monitor those applications.
For the DAEMON process model, the Internet daemon issues a call to kill() to stop the old
application server instance. The new instance ...