Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Process
Process.Process

Class Process.Process

Description

Slightly polished version of create_process .

In addition to the features supported by create_process , it also supports:

  • Callbacks on timeout and process termination.

  • Using Tools.Standalone.forkd via RPC to spawn the new process.

See also

create_process , Tools.Standalone.forkd


Inherit create_process

inherit create_process : create_process

Description

Based on create_process .