GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Child::Link::IPC(3) User Contributed Perl Documentation Child::Link::IPC(3)

Child::Link::IPC - Base class for process links that provide IPC.

This class inherits from:
Child::Link

$proc->new( $pid. @shared )
Constructor
$proc->read()
Read a message from the child.
$proc->write( @MESSAGES )
Send the messages to the child. works like print, you must add "\n".
$proc->say( @MESSAGES )
Send the messages to the child. works like say, adds the seperator for you (usually "\n").
$proc->autoflush( $BOOL )
Turn autoflush on/off for the current processes write handle. This is on by default.
$proc->flush()
Flush the current processes write handle.
$proc->ipc()
$proc->_ipc( $new )
Accessors for you to use or ignore.

$proc->read_handle()
Should return a read handle for reading from the child.
$proc->write_handle()
Should return a write handle for writing to the child.
$proc->init( @shared )
Called by new during construction

Most of this was part of Parrallel::Runner intended for use in the Fennec project. Fennec is being broken into multiple parts, this is one such part.

This module is part of the Fennec project. See Fennec for more details. Fennec is a project to develop an extendable and powerful testing framework. Together the tools that make up the Fennec framework provide a potent testing environment.

The tools provided by Fennec are also useful on their own. Sometimes a tool created for Fennec is useful outside the greator framework. Such tools are turned into their own projects. This is one such project.

Fennec - The core framework
The primary Fennec project that ties them all together.

Chad Granum exodist7@gmail.com

Copyright (C) 2010 Chad Granum

Child is free software; Standard perl licence.

Child is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.