The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Distributed-Process CBOUVI"

Distributed::Process - a framework for running a process simultaneously on several machines. River stage zero No dependents

This modules distribution provides a framework to run tasks simultaneously on several computers, while centrally keeping control from another machine. Architecture Overview The tasks to run are implemented in a "worker" class, that derives from "D::P...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::Worker - a base class for a worker River stage zero No dependents

The tasks that one wishes to run distributedly must be implemented in the run() method of a class derived from "Distributed::Process::Worker". By default, this in turn derives from "Distributed::Process::LocalWorker", so the custom class also derives...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::Server - a class to run the server of a Distributed::Process cluster. River stage zero No dependents

This class handles the server part of the cluster. It maintains an internal list of Interface objects, one of which is the Master. The Master object must be instanciated and declared with the Server before the listen() method is invoked. The listen()...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::Client - a class to run a client in a Distributed::Process cluster. River stage zero No dependents

This class handles the client part of the cluster. It derives its handling of the network connection from "Distributed::Process::Interface". A "D::P::Worker" object must be associated to the Client, by means of the worker() or worker_class() methods,...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::Master - a class to conduct the chorus of D::P::Workers, under a D::P::Server. River stage zero No dependents

A "D::P::Server" manages a number of "D::P::Interface" objects, one of which is a "Distributed::Process::Master". The role of the Master is to handle requests from the user, coming in on its in_handle() (usually, the standard input), and act as an in...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::Interface - a base class for handling a network connection and the commands received from it. River stage zero No dependents

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::BaseWorker - base class for all workers, both local and remote River stage zero No dependents

Methods None of these methods is actually implemented in this base class. They're all implemented either in Distributed::Process::LocalWorker, or in Distributed::Process::RemoteWorker. Methods in Distributed::Process::LocalWorker will usually simply ...

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::RemoteWorker - a class to control from the server side a worker object running on the client side. River stage zero No dependents

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC

Distributed::Process::LocalWorker - a base class for Distributed::Process::Worker when running on the client side. River stage zero No dependents

This class implements the methods declared in "D::P::BaseWorker" as they should work on the client side....

CBOUVI/Distributed-Process-0.20 - 03 Jun 2005 14:17:02 UTC
9 results (0.03 seconds)