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

Search results for "HACHI"

Garivini - Mostly language agnostic job persistence engine for Gearman River stage zero No dependents

Garivini is a set of workers and an optional "shim" client for usage with Gearman and MySQL to create an efficient job persistence layer. It can operate in high throughput, or low latency modes....

DORMANDO/Garivini-0.002 - 18 Aug 2011 19:56:52 UTC - Search in distribution

Find::Lib - Helper to smartly find libs to use in the filesystem tree River stage two • 9 direct dependents • 13 total dependents

The purpose of this module is to replace use FindBin; use lib "$FindBin::Bin/../bootstrap/lib"; with something shorter. This is specially useful if your project has a lot of scripts (For instance tests scripts). use Find::Lib '../bootstrap/lib'; The ...

YANNK/Find-Lib-1.04 - 17 Sep 2011 22:39:34 UTC - Search in distribution

POE::Wheel::UDP - POE Wheel for UDP handling. River stage one • 3 direct dependents • 3 total dependents

POE Wheel for UDP handling....

HACHI/POE-Wheel-UDP-0.02 - 17 Jun 2006 09:05:19 UTC - Search in distribution

Gearman::Client - Client for gearman distributed job system River stage two • 15 direct dependents • 22 total dependents

*Gearman::Client* is a client class for the Gearman distributed job system, providing a framework for sending jobs to one or more Gearman servers. These jobs are then distributed out to a farm of workers. Callers instantiate a *Gearman::Client* objec...

PALIK/Gearman-2.004.015 - 24 Aug 2018 14:57:31 UTC - Search in distribution

Crypt::Salt - Module for generating a salt to be fed into crypt. River stage zero No dependents

The single exported subroutine in this module is for generating a salt suitable for being fed to crypt() and other similar functions....

HACHI/Crypt-Salt-0.01 - 12 Nov 2003 06:13:44 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

Device::Velleman::K8055 - Communication with the Velleman K8055 USB experiment board River stage zero No dependents

JOUKE/Device-Velleman-K8055-0.02 - 11 Jul 2005 09:04:28 UTC - Search in distribution

DDLock::Client - Client library for distributed lock daemon River stage zero No dependents

This is a client library for ddlockd, a distributed lock daemon not entirely unlike a very simplified version of the CPAN module IPC::Locker. This can be used as a drop in replacment for the unreleased DDLockClient class that some of us in the world ...

HACHI/DDLock-Client-0.50 - 16 May 2012 00:58:44 UTC - Search in distribution

Socket::Multicast6 - Constructors and constants for IPv4 and IPv6 multicast socket operations. River stage one • 1 direct dependent • 2 total dependents

This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. For simple, object-oriented way of doing the same thing, take a look at IO::Socket::Multicast6 or IO::Socket::Multicast....

NJH/Socket-Multicast6-0.04 - 28 Nov 2009 23:58:52 UTC - Search in distribution

Socket::Multicast - Constructors and constants for multicast socket operations. River stage zero No dependents

This module is used to gain access to constants and utility functions used when manipulating multicast socket attributes. This module allows you to do the same things as IO::Socket::Multicast, but this is the long way....

HACHI/Socket-Multicast-0.01 - 11 Jul 2006 01:55:20 UTC - Search in distribution

Tie::Handle::HTTP - Tie class for doing HTTP range requests for read calls. River stage zero No dependents

This module sets up a tied filehandle and associates it with a single HTTP address where each read on the filehandle will be performed as an HTTP Range request. Keepalives are used when possible, but requests will not be buffered in any way....

HACHI/Tie-Handle-HTTP-0.02 - 28 Mar 2006 01:36:15 UTC - Search in distribution

Lingua::JPN::Number - Translate Numbers into Japanese River stage zero No dependents

Number 2 word conversion in JPN. "Lingua::JPN::Number" translates numbers into Japanese. Its "to_string" function takes a integer number and transforms it to the equivalent cardinal number *romaji* string. This'll show exactly how the number is prono...

PETAMEM/Lingua-JPN-Number-0.0682 - 12 Mar 2013 09:12:27 UTC - Search in distribution

Lingua::JA::Number - Translate Numbers into Japanese River stage zero No dependents

"Lingua::JA::Number" translates numbers into Japanese. Its "to_string" function takes a integer number and transforms it to the equivalent cardinal number *romaji* string. This'll show exactly how the number is pronounced in Japanese. Here's how the ...

MSCHILLI/Lingua-JA-Number-0.01 - 20 Aug 2001 06:04:39 UTC - Search in distribution

POE::Wheel::Null - POE Wheel that does put()s data nowhere, and sends nothing. River stage one • 2 direct dependents • 2 total dependents

POE::Wheel::Null creates a wheel which doesn't do anything upon put(), and doesn't send any events to the current session....

HACHI/POE-Wheel-Null-0.01 - 25 Nov 2004 17:25:11 UTC - Search in distribution

POE::Component::Client::LDAP - subclass of Net::LDAP which uses POE to speak via sockets in async mode. River stage one • 1 direct dependent • 1 total dependent

POE::Component::Client::LDAP->new() starts up a new POE::Session and POE::Wheel to manage socket communications for an underlying Net::LDAP object, allowing it to be used in async mode properly within a POE program....

HACHI/POE-Component-Client-LDAP-0.04 - 17 Jan 2006 07:24:02 UTC - Search in distribution

Perlbal::Plugin::XFFExtras - Perlbal plugin that can optionally add an X-Forwarded-Port and/or X-Forwarded-Proto header to reverse proxied requests. River stage two • 12 direct dependents • 12 total dependents

This plugin adds optional headers to be sent to backend servers in reverse proxy mode....

DORMANDO/Perlbal-1.80 - 27 Feb 2012 07:02:28 UTC - Search in distribution

Gearman::Client::Async - Asynchronous client module for Gearman for Danga::Socket applications River stage one • 1 direct dependent • 1 total dependent

BRADFITZ/Gearman-Client-Async-0.94 - 17 May 2007 20:00:41 UTC - Search in distribution

Cache::Memcached::GetParserXS - GetParser implementation in XS for use with Cache::Memcached River stage zero No dependents

This module implements the same function as Cache::Memcached::GetParser, except it's written in C/XS. Initial benchmarks have shown it to be possibly twice as fast as the original perl version....

HACHI/Cache-Memcached-GetParserXS-0.01 - 05 May 2007 00:48:03 UTC - Search in distribution
18 results (0.049 seconds)