Was this helpful?
Sub-Processes in ESQL/C Programs
Since child processes created by fork(), vfork(), or exec() system calls do not share the parent processes' status information, processes created in this way may experience protocol problems. The recommended method for creating sub‑processes is to use exec sql call system.
Last modified date: 11/28/2023