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.patchDownload Patch
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- apr_memcache v0.7.0
MD5: 1d62fea9253d17d304cfe9b26813ef4c - apr_memcache v0.6.1
MD5: 039e09f06f2b1a18254166ca3d9cecb7 - apr_memcache v0.6.0
MD5: b1a4c340343a86ae93ac6c6cd80f01ea
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.
- Announce mailing list: Subscribe | Unsubscribe | Info | Archives
- Modules mailing list: Subscribe | Unsubscribe | Info | Archives
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.