Search results for "module:Cache::Memcached"
Cache::Memcached - client library for memcached (memory cache daemon)
This is the Perl API for memcached, a distributed memory cache daemon. More information is available at: http://www.danga.com/memcached/...
DORMANDO/Cache-Memcached-1.30 - 19 May 2012 23:29:35 UTC
Cache::Memcached::XS - client library for memcached (memory cache daemon) using libmemcache
This is the Perl API for memcached, a distributed memory cache daemon. More information is available at: http://www.danga.com/memcached/ This version differs from the original Cache::Memcached perl client in that it uses the libmemcache library and u...
JCARON/Cache-Memcached-XS-0.01 - 02 Jul 2006 23:14:14 UTC
Cache::Memcached::Tie - Use Cache::Memcached::Fast like a hash.
Memcached works like big dictionary... So why we can't use it as Perl hash?...
GUGU/Cache-Memcached-Tie-0.09 - 06 Dec 2010 20:41:20 UTC
Cache::Memcached::Mock - A mock class for Cache::Memcached
This class can be used to mock the real Cache::Memcached object when you don't have a memcached server running (and you don't want to run one actually), but you need the functionality to be there. I used it in unit tests, where I had to perform sever...
OPERA/Cache-Memcached-Mock-0.07 - 12 Aug 2013 07:51:31 UTC
Cache::Memcached::Fast - Perl client for memcached, in C language
Cache::Memcached::Fast is a Perl client for memcached, a memory cache daemon (<http://www.memcached.org>). Module core is implemented in C and tries hard to minimize number of system calls and to avoid any key/value copying for speed. As a result, it...
RAZ/Cache-Memcached-Fast-0.28 - 01 Oct 2022 02:22:31 UTC
Cache::Memcached::Tags - Cache::Memcached based client library for memcached-tags: http://code.google.com/p/memcached-tags/
This is the Perl API for memcached-tags version of memceched More information is available at: http://memcached-tags.googlecode.com This module is based on Cache::Memcached, so you can use it as you would use Cache::Memcached plus couple of new metho...
EBRAGIN/Cache-Memcached-Tags-0.02 - 20 Apr 2009 19:30:07 UTC
Cache::Memcached::Queue - Simple and elegant way to persist queues on Memcached
The idea is take advantage from Cache::Memcached::Fast module using it as a back-end for queue structures without sockets, extra protocols or extra databases to maintain queues-metadata. All stuff is stored on Memcached! Including metadata. This can ...
BANG/Cache-Memcached-Queue-0.1.8 - 20 Jul 2016 19:15:15 UTC
Cache::Memcached::Managed - provide API for managing cached information
LNATION/Cache-Memcached-Managed-0.26
-
17 Nov 2019 01:31:45 UTC
XAO::DO::Cache::Memcached - memcached back-end for XAO::Cache
This back end uses either Memcached::Client (preferred) or Cache::Memcached modules to store and access distributed data in memcached servers. It does not work without special support data stored in the site configuration: /cache/memcached => { serve...
AMALTSEV/XAO-Base-1.28 - 18 Sep 2020 03:19:08 UTC
Cache::Memcached::AnyEvent - AnyEvent Compatible Memcached Client
DMAKI/Cache-Memcached-AnyEvent-0.00023
-
30 Jul 2015 23:52:01 UTC
Pinwheel::Cache::Memcached
Lightweight subclass of Cache::Memcached to make it implement more of the Cache::Cache API....
BBC/Pinwheel-0.2.7 - 19 Jan 2010 17:03:02 UTC
Scaffold::Cache::Memcached - Caching is based on memcached.
This module initializes the Cache::Memcached module and uses it for the caching subsystem within Scaffold. The synopsis shows the defaults that are used in initialization. The "servers" configuration item can be a comma seperated list....
KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC
Cache::Memcached::Fast::CGI - Capture the STDOUT for Memcached in a pure cgi program!
HITSU/Cache-Memcached-Fast-CGI-0.06
-
14 Oct 2010 02:35:16 UTC
Cache::Memcached::Semaphore - a simple pure-perl library for cross-machine semaphores using memcached.
This module uses Cache::Memcached perl API to maintain semaphores across a number of servers. It relies upon return value of memcached API add function (true in case of previously non-existent value, false in case value already exists). Tested with m...
ZMIJ/Cache-Memcached-Semaphore-0.3 - 19 Sep 2006 10:32:23 UTC
Cache::Memcached::Turnstile - Thundering Herd Protection for Memcached Clients
This is a prototype of a Thundering-Herd prevention algorithm for memcached. As most such systems, it doesn't play entirely nicely with incompatible modes of access to the same keys, but that's not so much surprise, one would hope. Access to differen...
SMUELLER/Cache-Memcached-Turnstile-0.01 - 18 Nov 2013 16:56:40 UTC
Cache::Memcached::Indexable - A key indexable Cache::Memcached wrapper
THIS IS ALPHA SOFTWARE Cache::Memcached::Indexable is a key indexable memcached interface. It is a simple wrapper class of Cache::Memcached. Usually, we can't get any key information of stored data with using memcached. This module provides "keys()" ...
TANIGUCHI/Cache-Memcached-Indexable-0.03 - 06 Mar 2007 14:31:47 UTC
Cache::Memcached::Fast::Safe - Cache::Memcached::Fast with sanitizing keys and fork-safe
Cache::Memcached::Fast::Safe is subclass of Cache::Memcached::Fast. Cache::Memcached::Fast::Safe sanitizes all requested keys for against memcached injection problem. and call disconnect_all automatically after fork for fork-safe....
KAZEBURO/Cache-Memcached-Fast-Safe-0.06 - 11 Sep 2017 06:03:06 UTC
Cache::Memcached::GetParserXS - GetParser implementation in XS for use with Cache::Memcached
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
Cache::Memcached::Fast::Logger - the simple logger object for writing and reading all log items to/from memcached
Why this module? Sometime i need in helper for logging and parsing some statistics. To write in file a logs for parsing is very bad idea - I/O of HDD is very slow. With this module many concurrent proccesses can write to memcached by "log" method and...
PERLOVER/Cache-Memcached-Fast-Logger-0.15 - 01 Sep 2013 15:44:27 UTC
Cache::Memcached::libmemcached - Cache interface to Memcached::libmemcached
This is the Cache::Memcached compatible interface to libmemcached, a C library to interface with memcached. Cache::Memcached::libmemcached is built on top of Memcached::libmemcached. While Memcached::libmemcached aims to port libmemcached API to perl...
TIMB/Cache-Memcached-libmemcached-0.04001 - 03 Sep 2013 12:44:40 UTC