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

Search results for "XANTUS"

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 - Search in distribution

Jemplate - JavaScript Templating with Template Toolkit River stage one • 4 direct dependents • 7 total dependents

Jemplate is a templating framework for JavaScript that is built over Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles them into...

INGY/Jemplate-0.30 - 13 Feb 2014 20:05:07 UTC - Search in distribution

Sprocket - A pluggable POE based Client / Server Library River stage one • 1 direct dependent • 1 total dependent

Sprocket uses a single session for each object/component created to increase speed and reduce the memory footprint of your apps. Sprocket is used in the Perl version of Cometd <http://cometd.com/>...

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

POE::Component::EasyDBI - Perl extension for asynchronous non-blocking DBI calls in POE River stage one • 4 direct dependents • 9 total dependents

This module works by creating a new session, then spawning a child process to do the DBI queries. That way, your main POE process can continue servicing other clients. The standard way to use this module is to do this: use POE; use POE::Component::Ea...

GVL/POE-Component-EasyDBI-1.30 - 10 Nov 2022 15:16:23 UTC - Search in distribution

WWW::Hotmail - Connect to Hotmail, download, delete and send messages River stage zero No dependents

This module is a partial replacement for the "gotmail" script (http://ssl.usu.edu/paul/gotmail/), so if this doesn't do what you want, try that instead. Create a new "WWW::Hotmail" object with "new", and then log in with your MSN username and passwor...

XANTUS/WWW-Hotmail-0.10 - 09 Aug 2005 17:55:57 UTC - Search in distribution

POE::TIKC - Transparent Inter-Kernel Communication (IKC) River stage one • 1 direct dependent • 1 total dependent

This module connects many clients to one server and creates proxy sessions in the client and the server for all aliases. When you post to a proxied session, it is sent to the right client and reposted there....

XANTUS/POE-TIKC-0.02 - 09 Dec 2004 21:33:36 UTC - Search in distribution

POE::Component::Fuse - Using FUSE in POE asynchronously River stage one • 2 direct dependents • 2 total dependents

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 - Search in distribution

POE::Component::Generic - A POE component that provides non-blocking access to a blocking object. River stage one • 5 direct dependents • 5 total dependents

POE::Component::Generic is a POE component that provides a non-blocking wrapper around any object. This allows you to build a POE component from existing code with minimal effort. The following documentation is a tad opaque and complicated. This is u...

GWYN/POE-Component-Generic-0.1403 - 30 Nov 2012 19:55:56 UTC - Search in distribution

MojoX::AIO - Asynchronous File I/O for Mojolicious River stage zero No dependents

This component adds support for IO::AIO use with Mojolicious...

XANTUS/MojoX-AIO-0.06 - 23 Jan 2014 18:01:31 UTC - Search in distribution

POE::Devel::ProcAlike - Exposing the guts of POE via FUSE River stage one • 1 direct dependent • 1 total dependent

Really, all you have to do is load the module and call it's spawn() method: use POE::Devel::ProcAlike; POE::Devel::ProcAlike->spawn( ... ); This method will return failure on errors or return success. Normally you don't need to pass any arguments to ...

APOCAL/POE-Devel-ProcAlike-0.02 - 09 Feb 2009 19:47:57 UTC - Search in distribution

POE::Component::NomadJukebox - Event-based contol of Nomad Jukebox players River stage one • 1 direct dependent • 1 total dependent

POE::Component::NomadJukebox - Event-based contol of Nomad Jukebox players using the libnjb api located at http://libnjb.sourceforge.net/ This module _requires_ libnjb and you may need to be root, or change your usb device access permissions....

XANTUS/POE-Component-NomadJukebox-0.02 - 14 Sep 2004 17:11:25 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

Apache::Backend::POE - Communicate with a POE server using persistent connections River stage zero No dependents

This module allows you to communicate with a POE server using persistent connections....

XANTUS/Apache-Backend-POE-0.02 - 04 Apr 2005 18:39:50 UTC - Search in distribution

POE::Component::Telephony::CTPort - Non-blocking telephony programming in Perl River stage one • 1 direct dependent • 1 total dependent

This module implements a non blocking perl interface to CTserver, a server that controls voictronix card operation. *****NOTE***** You need a voicetronix card, the voictronix driver, and ctserver installed to use this module! *****NOTE*****...

XANTUS/POE-Component-Telephony-CTPort-0.03 - 15 Oct 2004 02:18:47 UTC - Search in distribution

POE::Component::AIO - Asynchronous Input/Output for POE River stage one • 3 direct dependents • 3 total dependents

This component adds support for IO::AIO use in POE EXAMPLE use POE; Foo->new(); $poe_kernel->run(); package Foo; use POE qw( Component::AIO ); use Fcntl; use strict; use warnings; sub new { my $class = shift; my $self = bless( {}, $class ); POE::Sess...

XANTUS/POE-Component-AIO-1.00 - 08 Apr 2007 19:18:57 UTC - Search in distribution

Filesys::Virtual::Async::inMemory - Mount filesystems that reside in memory ( sort of ramfs ) River stage one • 1 direct dependent • 2 total dependents

This module lets you run the Filesys::Virtual::Async API entirely in memory. Nothing special here, really :) This module makes extensive use of the functions in File::Spec to be portable, so it might trip you up if you are developing on a linux box a...

APOCAL/Filesys-Virtual-Async-inMemory-0.02 - 24 Feb 2010 22:41:56 UTC - Search in distribution

POE::Component::Client::Telnet - A POE component that provides non-blocking access to Net::Telnet and other subclasses of Net::Telnet. River stage one • 1 direct dependent • 1 total dependent

POE::Component::Client::Telnet is a POE component that provides a non-blocking wrapper around Net::Telnet, or any other module based on Net::Telnet. Consult the Net::Telnet documentation for more details....

XANTUS/POE-Component-Client-Telnet-0.06 - 30 Jul 2006 08:08:50 UTC - Search in distribution

POE::Filter::JSON - A POE filter using JSON River stage one • 5 direct dependents • 6 total dependents

POE::Filter::JSON provides a POE filter for performing object conversion using JSON. It is suitable for use with POE::Filter::Stackable. Preferably with POE::Filter::Line....

XANTUS/POE-Filter-JSON-0.04 - 25 Apr 2007 00:29:05 UTC - Search in distribution

POE::Component::XUL - Easier use of XUL::Node when using POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::XUL uses POE::XUL::SessionManager and POE::XUL::Session in a slightly different way to allow poe callbacks to your session for XUL application calls. SYNOPSIS use POE qw( Component::XUL ); use XUL::Node; use XUL::Node::Application; us...

XANTUS/POE-Component-XUL-0.02 - 28 Feb 2005 17:49:30 UTC - Search in distribution

Filesys::Virtual::Async::Dispatcher - Multiple filesystems mounted on a single filesystem River stage one • 1 direct dependent • 2 total dependents

This module allows you to have arbitrary combinations of Filesys::Virtual::Async objects mounted and expose a single filesystem. The dispatcher will correctly map methods to the proper object based on their path in the filesystem. This works similar ...

APOCAL/Filesys-Virtual-Async-Dispatcher-0.02 - 24 Feb 2010 22:55:33 UTC - Search in distribution
33 results (0.034 seconds)