On Thu, 19 Jul 2012 16:41:51 -0400 Joshua Marantz <[email protected]> wrote:
> Hi, > > Is anyone maintaining apr_memcache? Or should I stick with libmemcached? > > This page: http://code.google.com/p/memcached/wiki/Clients suggests > apr_memcached is not maintained. Huh? It's not maintained at google code since it was contributed to the core APR project. If you have any reasonably recent APR installed (as you must have if you run httpd), it includes apr_memcache. Since you posted here I'd guess your purpose is writing a module? You might want to look at the socache modules as a higher-level abstraction. -- Nick Kew
