NetIPC 3000/XL Programmer's Reference Manual (5958-8600)
Table Of Contents
- 1 NetIPC Fundamentals
- 2 Cross-System NetIPC
- 3 NetIPC Intrinsics
- 4 NetIPC Examples
- A IPC Interpreter (IPCINT)
- B Cause and Diagnostic Codes
- C ErrorMessages
- D Migration From PTOP to NetIPC and RPM
- E C Program Language Considerations

Appendix D 215
Migration From PTOP to NetIPC and RPM
Terminating Processes
Terminating Processes
The final phase is the termination of the slave process, and the shutting
down of the communications channel between the master and the slave.
With PTOP, both of these functions are performed by the PCLOSE
intrinsic. With NetIPC and RPM, the process termination is done by
RPMKILL, while the channel is shut down by IPCSHUTDOWN. In both
PTOP and NetIPC/RPM, clean up on the slave is done automatically
upon its termination.
To convert the PTOP intrinsic listed below, perform the following steps.
Syntax
PCLOSE (
dsnum
)
• Call RPMKILL to terminate the slave by using the program
descriptor returned by RPMCREATE.
• Call IPCSHUTDOWN to shutdown the master’s end of the
virtual-circuit connection.