Class that represents a named pipe for a Worker.
This class manages the named pipe for a worker and is able to push and pull specific data to facilitate IPC (interprocess communication).
category |
DocBlox |
---|---|
package |
Parallel |
author |
Mike van Riel mike.vanriel@naenius.com |
license |
http://www.opensource.org/licenses/mit-license.php MIT |
link |
http://docblox-project.org |
__construct(\DocBlox_Parallel_Worker $worker)
__destruct()
pull() : void
push() : void
writePipeContents() : void
readPipeContents() : array
array
release() : void
worker : \DocBlox_Parallel_Worker
path : string
var |
Path to the pipe |
---|
string