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

Search results for "module:POE::Wheel::FollowTail"

POE::Wheel::FollowTail - follow the tail of an ever-growing file River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::FollowTail objects watch for new data at the end of a file and generate new events when things happen to the file. Its "Filter" parameter defines how to parse data from the file. Each new item is sent to the creator's session as an "Input...

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

POE::Filter - protocol abstractions for POE::Wheel and standalone use River stage three • 401 direct dependents • 538 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

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

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

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::Wheel - event-driven mixins for POE::Session River stage three • 401 direct dependents • 538 total dependents

A POE::Wheel object encapsulates a bundle of event handlers that perform a specific task. It also manages the event watchers that trigger those handlers. Object lifetime is very important for POE wheels. At creation time, most wheels will add anonymo...

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

POE::Filter::Map - transform input and/or output within a filter stack River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Map transforms data inside the filter stack. It may be used to transform input, output, or both depending on how it is constructed. This filter is named and modeled after Perl's built-in map() function. POE::Filter::Map is designed to be...

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

POE::Filter::Grep - select or remove items based on simple rules River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Grep selects or removes items based on simple tests. It may be used to filter input, output, or both. This filter is named and modeled after Perl's built-in grep() function. POE::Filter::Grep is designed to be combined with other filters...

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

POE::Filter::Line - serialize and parse terminated records (lines) River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Line parses stream data into terminated records. The default parser interprets newlines as the record terminator, and the default serializer appends network newlines (CR/LF, or "\x0D\x0A") to outbound records. Record terminators are remo...

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

POE::Filter::Snort - a POE stream filter that parses Snort logs into hashes River stage one • 1 direct dependent • 1 total dependent

POE::Filter::Snort parses streams containing Snort alerts. Each alert is returned as a hash containing the following fields: comment, class, priority, src_ip, dst_ip, src_port, dst_port, xref, raw. Most fields are optional. For example, some snort al...

RCAPUTO/POE-Filter-Snort-0.031 - 09 Mar 2010 06:58:50 UTC

POE::Filter::Stackable - combine multiple POE::Filter objects River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Stackable combines multiple filters together in such a way that they appear to be a single filter. All the usual POE::Filter methods work, but data is secretly passed through the stacked filters before it is returned. POE::Wheel objects ...

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

POE::Wheel::ListenAccept - accept connections from regular listening sockets River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::ListenAccept implements non-blocking accept() calls for plain old listening server sockets. The application provides the socket, using some normal means such as socket(), IO::Socket::INET, or IO::Socket::UNIX. POE::Wheel::ListenAccept mon...

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

POE::Component::Server::AsyncEndpoint - SOA Asynchronous Endpoint Server River stage one • 1 direct dependent • 1 total dependent

WebServices are very popular Note on the term AES Please note that at times we may abbreviate this project as AES (Asynchronous Endpoint Server), and other times we may use "AES" to refer to the master AES process. It should be clear by context when ...

AIMASS/POE-Component-Server-AsyncEndpoint-0.10_a - 23 Oct 2008 16:12:21 UTC

POE::Component::IRC::Plugin::FollowTail - A PoCo-IRC plugin to follow the tail of an ever-growing file River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC::Plugin::FollowTail is a POE::Component::IRC plugin that uses POE::Wheel::FollowTail to follow the end of an ever-growing file. It generates "irc_tail_" prefixed events for each new record that is appended to its file....

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC
12 results (0.057 seconds)