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

Search results for "module:POE::Queue"

POE::Queue - a flexible, generic priority queue API River stage three • 401 direct dependents • 538 total dependents

Priority queues may be implemented a number of ways, but they tend to behave similar to lists that are kept in order by some kind of "priority". Enqueued items are stored such that the "next" item to be retrieved is the one with the highest priority....

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::Queue::Array - a high-performance array-based priority queue River stage three • 401 direct dependents • 538 total dependents

This class is an implementation of the abstract POE::Queue interface. As such, its documentation may be found in POE::Queue. POE::Queue::Array implements a priority queue using Perl arrays, splice, and copious application of cleverness. Despite its n...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::XS::Queue::Array - an XS implementation of POE::Queue::Array. River stage one • 3 direct dependents • 3 total dependents

This class is an implementation of the abstract POE::Queue interface. It implements a priority queue using C, with an XS interface supplied. The current implementation could use some optimization, especially for large queues. Please see the POE::Queu...

TONYC/POE-XS-Queue-Array-0.006 - 28 Mar 2009 08:41:59 UTC

POE::Component::DBIAgent::Queue - Helper class for managing a round-robin queue of Po:Co:DBIAgent:Helper's. River stage one • 1 direct dependent • 1 total dependent

RDB/POE-Component-DBIAgent-0.26 - 22 May 2006 19:19:50 UTC

lib/POE/Component/MessageQueue/Queue.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

POE::Component::Client::AMQP::Queue - AMQP Queue object River stage one • 1 direct dependent • 1 total dependent

Create using the POE::Component::Client::AMQP::Channel objects' "queue()" command. Calling "queue()" also retrieves previously created Queue objects. Alternatively, you can use the "create()" class method below to create it directly, but doing so wil...

EWATERS/POE-Component-Client-AMQP-0.03 - 22 Jun 2012 15:58:18 UTC

POE::Component::Metabase::Relay::Server::Queue - Submission queue for the metabase relay River stage one • 2 direct dependents • 6 total dependents

POE::Component::Metabase::Relay::Server::Queue is the submission queue for POE::Component::Metabase::Relay::Server. It is based on POE::Component::EasyDBI database and uses POE::Component::Metabase::Client::Submit to send reports to a Metabase server...

BINGOS/POE-Component-Metabase-Relay-Server-0.38 - 10 Sep 2019 15:11:02 UTC

POE::Component::JobQueue - a component to manage queues and worker pools River stage one • 2 direct dependents • 2 total dependents

POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. It often is used as a form of flow control, preventing a large group of tasks from exhausting some sort of resource. PoCo::JobQueue...

RCAPUTO/POE-Component-JobQueue-0.571 - 15 May 2011 19:19:02 UTC

POE::Component::MessageQueue - A STOMP based message queue server River stage one • 2 direct dependents • 2 total dependents

This module implements a message queue [1] on top of POE that communicates via the STOMP protocol [2]. There exist a few good Open Source message queues, most notably ActiveMQ [3] which is written in Java. It provides more features and flexibility th...

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

lib/POE/Component/MessageQueue/Message.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

Catalyst::Engine::JobQueue::POE - Cron-like job runner engine River stage zero No dependents

This is the Catalyst Engine specialized for running the JobQueue with POE....

KIXX/Catalyst-Engine-JobQueue-POE-0.0.4 - 16 Jul 2011 16:15:19 UTC

Catalyst::Helper::JobQueue::POE - create files for running a job queue River stage zero No dependents

This helper creates the required files for a job queue. It creates a JobQueue runner script in your application's script directory and a crontab configuration file in your applications root directory. After editing your configuration file, you can st...

KIXX/Catalyst-Engine-JobQueue-POE-0.0.4 - 16 Jul 2011 16:15:19 UTC

lib/POE/Component/MessageQueue/Client.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

lib/POE/Component/MessageQueue/Topic.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

lib/POE/Component/MessageQueue/Subscription.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

lib/POE/Component/MessageQueue/Logger.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

lib/POE/Component/MessageQueue/Destination.pm River stage one • 2 direct dependents • 2 total dependents

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

POE::Component::Server::Stomp - A generic Stomp server for POE River stage one • 2 direct dependents • 2 total dependents

A thin layer over POE::Component::Server::TCP that parses out Net::Stomp::Frames. The synopsis basically covers everything you are capable to do. For information on the STOMP protocol: <http://stomp.codehaus.org/Protocol> For a full-fledged message q...

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

POE::Component::MessageQueue::Storage - Parent of provided storage engines River stage one • 2 direct dependents • 2 total dependents

The role implemented by all storage engines. It provides a few bits of global functionality, but mostly exists to define the interface for storage engines....

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC

POE::Component::MessageQueue::Statistics - Gather MQ Usage Statistics River stage one • 2 direct dependents • 2 total dependents

POE::Component::MessageQueue::Statistics is a simple observer that receives events from the main POE::Component::MessageQueue object to collect usage statistics. By itself it will only *gather* statistics, and will not output anything. To enable outp...

IRONCAMEL/POE-Component-MessageQueue-0.3004 - 05 Jun 2017 14:11:33 UTC
171 results (0.037 seconds)