Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Process.spawn_pike()


Method spawn_pike

Process spawn_pike(array(string) argv, void|mapping(string:mixed) options)

Description

Spawn a new pike process similar to the current.

Parameter argv

Arguments for the new process.

Parameter options

Process creation options. See Process.Process for details. May also specify "add_predefines", "add_program_path", or "add_include_path" in order to include these components in command path (module path is included by default.)

See also

Process.Process