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 client script (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 the Server::FastPL::Server server socket filename. In truth, the socket returned is a socket for one of the Server::FastPL::Server child processes. You can then use this socket for communication between your client and server scripts.

SEE ALSO

Server::FastPL::Server

AUTHOR

Daniel Ruoso (daniel@ruoso.com)

COPYRIGHT

Copyright (c) 2000, Daniel Ruoso. All Rights Reserved. This modules is free software. It may be userd, redistributed and/or modified under the same terms of Perl itself.