Search results for "module:POE::XS"
POE::XS::Loop::Poll - an XS implementation of POE::Loop, using poll(2).
This class is an implementation of the abstract POE::Loop interface written in C using the poll(2) system call. Signals are left to POE::Loop::PerlSignals....
TONYC/POE-XS-Loop-Poll-1.000 - 07 Mar 2010 01:58:49 UTC
POE::XS::Loop::EPoll - an XS implementation of POE::Loop, using Linux` epoll(2).
This class is an implementation of the abstract POE::Loop interface written in C using the Linux epoll(2) family of system calls. Signals are left to POE::Loop::PerlSignals. The epoll_ctl() call returns an error when you attempt to poll regular files...
TONYC/POE-XS-Loop-EPoll-1.003 - 03 Mar 2013 02:03:43 UTC
POE::XS::Queue::Array - an XS implementation of POE::Queue::Array.
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::Filter::CSV_XS - A POE-based parser for CSV based files.
POE::Filter::CSV_XS provides a convenient way to parse CSV files. It is a wrapper for the module Text::CSV_XS. A more comprehensive demonstration of the use to which this module can be put to is in the examples/ directory of this distribution....
BINGOS/POE-Filter-CSV_XS-1.18 - 24 Feb 2017 16:03:07 UTC
POE::Filter::JSONMaybeXS - A POE filter using JSON::MaybeXS
More documentation to come... More tests to come... Based on POE::Filter::JSON Best used together with POE::Filter::Line...
GETTY/POE-Filter-JSONMaybeXS-0.002 - 12 Jun 2015 18:43:46 UTC
POE - portable multitasking and networking framework for any event loop
POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
POE::Loop - documentation for POE's event loop bridge interface
POE::Loop is a virtual base class that defines a standard event loop interface. POE::Loop subclasses mix into POE::Kernel and implement the features needed to manage underlying event loops in a consistent fashion. This documentation covers the interf...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
POE::Kernel - an event-based application kernel in Perl
POE::Kernel is the heart of POE. It provides the lowest-level features: non-blocking multiplexed I/O, timers, and signal watchers are the most significant. Everything else is built upon this foundation. POE::Kernel is not an event loop in itself. For...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
POE::Resources - loader of POE resources
POE::Kernel is internally split into different resources that are separately managed by individual mix-in classes. POE::Resources is designed as a high-level macro manager for POE::Resource classes. Currently it implements a single method, load(), wh...
BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC
Task::POE::All - All of POE on CPAN
This task contains all distributions under the POE namespace....
APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC
POE::Filter::SSL - The easiest and flexiblest way to SSL in POE!
This module allows one to secure connections of *POE::Wheel::ReadWrite* with OpenSSL by a *POE::Filter* object, and behaves (beside of SSLing) as *POE::Filter::Stream*. *POE::Filter::SSL* can be added, switched and removed during runtime, for example...
PRIVI/POE-Filter-SSL-0.41 - 15 Feb 2018 15:35:38 UTC
POE::Component::Fuse - Using FUSE in POE asynchronously
This module allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem. The standard way to use this module is to do this: use ...
APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC
POE::Filter::JSON::Incr - Parse JSON from streams without needing per-line input
This filter uses the incremental parsing support found in JSON::XS 2.2 and JSON 2.09 to decode JSON data from text streams without needing line by line input....
NUFFIN/POE-Filter-JSON-Incr-0.03 - 02 Jul 2009 04:51:46 UTC
POE::Devel::Benchmarker - Benchmarking POE's performance ( acts more like a smoker )
This module is poorly documented now. Please give me some time to properly document it over time :) INSTALLATION Here's a simple outline to get you up to speed quickly. ( and smoking! ) Install CPAN package + dependencies Download+install the POE::De...
APOCAL/POE-Devel-Benchmarker-0.05 - 27 Jan 2009 18:04:36 UTC
POE::Component::Client::Bayeux - Bayeux/cometd client implementation in POE
This module implements the Bayeux Protocol (1.0draft1) from the Dojo Foundation. Also called cometd, Bayeux is a low-latency routing protocol for JSON encoded events between clients and servers in a publish-subscribe model. This is the client impleme...
EWATERS/POE-Component-Server-Bayeux-0.04 - 16 Dec 2009 15:13:05 UTC
POE::Component::Fuse::myFuse - wrapper around the XS guts of FUSE
This module implements the FUSE API in a slightly different way than Fuse so I had to fork it and make the changes in this module....
APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC