Pike v8.0 release 1738

Class Tools.Standalone.forkd()->ForkStream

Inheritance graph
Stdio.Fd Stdio.File Tools.Standalone.forkd.ForkStream
Description

This class maps 1 to 1 to Process.RemoteProcess, and implements the daemon side of the RPC protocol.

It contains an array (fds) with the file descriptors that have been received so far from the remote.


Variable fds

array(Stdio.Fd) Tools.Standalone.forkd.ForkStream.fds

Description

The remote file descriptors received so far in order.


Inherit File

inherit Stdio.File : File