apr_memcache

Home » Projects » Libs » Apr_memcache » apr_memcache

Abstract

apr_memcache is a client for memcached written in C, using APR and APR-Util. It provides pooled client connections and is thread safe, making it perfect for use inside Apache Modules.

Documentation

Users

Patch for APR-Util 0.9.6

To use apr_memcache with older versions of APR-Util a patch is required. This patch is not required for APR-Util after 0.9.7. To apply the patch:

cd srclib/apr-util/
patch -p0 < /path/to/apr_reslist_invalidate.patch
Download Patch

Prerequisites

SoftwareVersion
apr>=0.9.6
apr-util>=0.9.7

Change Log

Version 0.7.0: 04/14/2005
0.7.0 is a minor feature and bug fix release of apr_memcache.
Changes since the previous Version:
  • Automatic re-enabling of disconnected servers.
  • Shared Library Fixes for OS X.
  • Values with a zero length are now correctly handled.
Version 0.6.1: 01/26/2005
0.6.1 is a minor bug fix release of apr_memcache. Changes since the previous Version:
  • Improved Support for APR 0.9.x.
  • Flags are now correctly represented as an unsigned 16 bit integer.
  • Build system fixes.
Version 0.6.0: 12/10/2004

Initial Public Release

Downloads

Version 0.7.0 is the latest version available Subversion Repository

Mailing Lists

There are two mailing lists for apr_memcache. The first is the generic announcement mailing list which provides announcements for all software releases on OutOfOrder.cc, but can be filtered by choosing topics in the mailing list options page. The second is the general users mailing list Release announcements will be cross posted to both lists.

Note: E-mails come from the lists.outoforder.cc domain for all mailing lists. If your e-mail gateway has a challenge/response systems configured, you will need to add an exemption for this domain in order to subscribe.

Contact & Help

E-Mail us, about apr_memcache.

Send an e-mail to the apr_memcache mailing list.

Bugs should be reported to the OutOfOrder.cc Bug Tracker.

OSI Certified