MAN page from Old RedHat 7.X perl-Server-FastPL-1.0.0-8.i386.rpm
Server::FastPL::Client
Section: User Contributed Perl Documentation (3)
Updated: perl v5.6.0
Index NAME
Server::FastPL::Client - Client interface for the Server::FastPL::Server module.
VERSION
This document refers to version 1.00 of Server::FastPL::Client,released April 10, 2000.
SYNOPSIS
use Server::FastPL::Client;
$server = new Server::FastPL::Client(SERVER => "/tmp/Test");
...
DESCRIPTION
Overview
This module provides a socket that serves as the interface between a clientscript (using this module) and a server script (using Server::FastPL::Server).
Constructor and Initialization
$server = new Server::FastPL::Client(SERVER=>``/tmp/Test'');
There is only one parameter, ``SERVER''. The value of this parameter is theServer::FastPL::Server server socket filename. In truth, the socketreturned is a socket for one of the Server::FastPL::Server child processes.You can then use this socket for communication between your client and serverscripts.
SEE ALSO
Server::FastPL::Server
AUTHOR
Daniel Ruoso(danielAATTruoso.com)
COPYRIGHT
Copyright (c) 2000, Daniel Ruoso. All Rights Reserved.This modules is free software. It may be userd, redistributedand/or modified under the same terms of Perl itself.
Index
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- Overview
- Constructor and Initialization
- SEE ALSO
- AUTHOR
- COPYRIGHT
This document was created byman2html,using the manual pages.