ICI Modules: sys: fork


Modules by name : by type

Synopsis

int = sys.fork()

Description

Create a new process from the current process. The return value in the parent process is the child's process identifier and in the child, zero is returned.