Extracted from Pike v7.8 release 352 at 2010-11-02.
pike.ida.liu.se
[Top]
Process

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.

See also

Process.Process