The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RMI::Server::ForkedPipes - service RMI::Client::ForkedPipes requests

VERSION

This document describes RMI::Server::ForkedPipes v0.10.

SYNOPSIS

This is used internally by RMI::Client::ForkedPipes. When constructed the client makes a private server of this class in a forked process.

$client->peer_pid eq $client->remote_eval('$$');

$server->peer_pid eq $server->remtoe_eval('$$');

DESCRIPTION

This subclass of RMI::Server is used by RMI::Client::ForkedPipes when it forks a private server for itself.

SEE ALSO

RMI, RMI::Client::ForkedPipes, RMI::Server

AUTHORS

Scott Smith <sakoht@cpan.org>

COPYRIGHT

Copyright (c) 2008 - 2009 Scott Smith <sakoht@cpan.org> All rights reserved.

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.