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

Search results for "distribution:IOMux IO::Select"

IOMux::Select - simplify use of select() River stage one • 1 direct dependent • 1 total dependent

Multiplexer implemented around the "select()" system call. This "select()" is usually less powerful and slower than the "poll()" call (implemented in IOMux::Poll) however probably available on more systems. Extends "DESCRIPTION" in IOMux....

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC

lib/IOMux/Select.pm River stage one • 1 direct dependent • 1 total dependent

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC

IOMux - simplify use of file-event loops, base class River stage one • 1 direct dependent • 1 total dependent

"IOMux" is designed to take the effort out of managing multiple socket, file or pipe connections within a single process. It is essentially a really fancy front end to various kinds of event mechanisms, currently limited to "select" and "poll". In ad...

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC

IOMux::Poll - simplify use of poll() River stage one • 1 direct dependent • 1 total dependent

Multiplexer based on the "poll()" system call, defined by POSIX. The "poll" has less administration overhead than the "select" call (implemented via IOMux::Select) because it avoids the need to play with bit-vectors to see which file handles got acti...

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC

IOMux::Handler - handle a connection River stage one • 1 direct dependent • 1 total dependent

This is the generic base class for all kinds of connections, both the readers and the writers. It is used to administer which file descriptors are in use in the mux....

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC

IOMux::Alternatives - compare the IOMux implementation with other Event modules River stage one • 1 direct dependent • 1 total dependent

On CPAN, you can find various alternatives for this module. Probably, this is caused by the very low level of programming help that the basic "select()" and "poll()" operating system calls offer. Various corners of a program need to register event li...

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC
6 results (0.149 seconds)