On 08/23/2011 04:35 PM, Nick Kew wrote:
On Tue, 23 Aug 2011 16:11:59 +0200
Dennis Jacobfeuerborn<[email protected]> wrote:
Hi,
I'm working on an apache module that basically rewrites URLs based on a
simple memcached lookup. I've noticed that apr-util already comes with
memcached functions but I'm wondering about the
apr_memcache_server_create() argument semantics.
Look in trunk or 2.3.x instead of 2.2, and you have the readymade
socache modules, including one which provides memcache.
Thanks. I've taken a quick look at mod_socache_memcache and
mod_authn_socache and I think I've got an idea how to implement this.
What is the status of 2.3/2.4? Is the current code semi production ready
and do you know when 2.4 will be released?
Regards,
Dennis