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

Search results for "module:Spread"

Spread - Perl extension for the Spread group communication system River stage one • 6 direct dependents • 7 total dependents

Understanding through practice ;) See man pages for SP_connect, SP_join, SP_multicast, SP_receive, SP_poll, SP_error, SP_leave, SP_disconnect. $sperrno holds either the integer spread error or a descriptive string depending on the context in which $s...

JESUS/Spread-3.17.4.4 - 01 Oct 2009 14:12:17 UTC

Logger::Spread - Perl implementation of mod_log_spread for multicasting access logs. River stage zero No dependents

Apache::Log::Spread provides logging handlers to allow for Apache access logs to be multocast to a spread group. The configuration interface is a super-set of the Apache mod_log_config interface and allows for expansion of perl code....

GSCHLOSS/Apache-Log-Spread-1.0.3 - 07 Oct 2002 19:59:29 UTC

Spread::Session - OO wrapper for Spread messaging toolkit River stage zero No dependents

Wrapper module for Spread.pm, providing an object-oriented interface to the Spread messaging toolkit. The existing Spread.pm package is a straightforward functional interface to the Spread C API. A session represents a connection to a Spread messagin...

JMAY/Spread-Session-0.4 - 13 Aug 2002 21:10:59 UTC

Spread::Message - provide messaging using the Spread toolkit River stage zero No dependents

The Spread package provides a simple wrapper around the spread toolkit. We try to provide a much higher level wrapper. By providing: - Simple methods to send serialised Perl structures between programs - Callback registration - Extensible callbacks f...

MARKPF/Spread-Message-0.21 - 26 Apr 2006 21:38:02 UTC

Spread::Messaging - A Perl extension to the Spread Group Communications toolkit River stage zero No dependents

To receive messages from a Spread network, your application could be as simple as this: use Spread::Messaging; sub handle_group { my $spread = shift; printf("Message: %s\n", $spread->message); } main: { my $spread; $spread = Spread::Messaging->new();...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

lib/Sprocket/Spread.pm River stage one • 1 direct dependent • 1 total dependent

XANTUS/Sprocket-0.07 - 07 Oct 2007 12:53:11 UTC

Spread::Queue::FIFO - basic FIFO queue River stage zero No dependents

Basic FIFO queue service. Not thread-safe. Logging via Log::Channel....

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC

Spread::Queue::Worker - accept Spread::Queue message assignments River stage zero No dependents

A process that declares itself to be a Spread::Queue::Worker will be assigned messages in FIFO fashion by the sqm queue manager. Messages as supported by Spread::Queue are serialized Perl hashes. Spread::Queue does not enforce structure on message co...

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC

Spread::Queue::Sender - submit messages to Spread::Queue message queues River stage zero No dependents

A Spread::Queue::Sender can submit messages for queued delivery to the first available Spread::Queue::Worker. The sqm queue manager must be running to receive and route messages. Spread::Queue messages are Perl hashes, serialized by Data::Serializer,...

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC

Log::Dispatch::Spread - Perl extension for logging Log::Dispatch messages to a Spread cluster River stage zero No dependents

This module allows for logging via the Log::Dispatch system to a Spread cluster channel of your choice....

BRTHOMAS/Log-Dispatch-Spread-0.9 - 08 Jun 2006 22:37:44 UTC

Spread::Queue::Manager - coordinate one-of-many message delivery River stage zero No dependents

The queue manager is responsible for assigning incoming messages (see Spread::Queue::Sender) to registered workers (see Spread::Queue::Worker). When a message comes in, it is assigned to the first available worker, otherwise it is put into a FIFO que...

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC

POE::Component::Spread - handle Spread communications in POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::Spread is a POE component for talking to Spread servers....

RJP/POE-Component-Spread-0.02 - 20 Aug 2004 21:16:48 UTC

Spread::Client::Constant - Spread::Client constants PM. River stage zero No dependents

Constants used by Spread::Client. These are generated from the Spread Toolkit header file. I'm breaking these out since I am considering breaking out the actual message creation module Spread::Client::Frame from the main Spread::Client distro incase ...

MBAILEY/Spread-Client-Constant-0.02 - 26 Jul 2008 23:10:06 UTC

lib/Spread/Messaging/Exception.pm River stage zero No dependents

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

lib/POE/Filter/Spread.pm River stage one • 1 direct dependent • 1 total dependent

RJP/POE-Component-Spread-0.02 - 20 Aug 2004 21:16:48 UTC

lib/POE/Driver/Spread.pm River stage one • 1 direct dependent • 1 total dependent

RJP/POE-Component-Spread-0.02 - 20 Aug 2004 21:16:48 UTC

Spread::Messaging::Content - A Perl extension for the Spread Group Communications toolkit River stage zero No dependents

Your application could be as simple as this. use Spread::Messaging::Content; $spread = Spread::Messaging::Content->new(); $spread->join_group("test1"); for (;;) { if ($spread->poll()) { $spread->recv(); do_something(); } sleep(1); } sub do_something ...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC

Beagle::Cmd::Command::spread - spread entries River stage zero No dependents

"spread" is used to broadcast entries via command specified by "--command". By default, each entry will be converted to an MIME message, You can use "--template" or "--template-file" to override this, in which case each entry will be converted to a p...

SUNNAVY/Beagle-0.01 - 13 Nov 2011 13:40:43 UTC

Spread::Queue::ManagedWorker - utility class for Spread::Queue::Manager River stage zero No dependents

Tracks each worker that is registered with the queue manager. Retains worker state. Eventually add activity metrics (# messages assigned, uptime, utilization, etc.). States are: ready - available for task assignment Worker controls this by sending a ...

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC

Spread::Messaging::Transport - A Perl extension to the Spread Group Communications toolkit River stage zero No dependents

Your application could be as simple as this, to receive messages from a Spread network. use Spread::Messaging::Transport; $spread = Spread::Messaging::Transport->new(); $spread->join_group("test"); for (;;) { if ($spread->poll()) { my ($service_type,...

KESTEB/Spread-Messaging-0.03 - 18 Sep 2008 17:44:14 UTC
21 results (0.015 seconds)