Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDF3E7212 for ; Tue, 23 Aug 2011 17:40:21 +0000 (UTC) Received: (qmail 18445 invoked by uid 500); 23 Aug 2011 17:40:20 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 18244 invoked by uid 500); 23 Aug 2011 17:40:19 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 18229 invoked by uid 99); 23 Aug 2011 17:40:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 17:40:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [213.203.219.181] (HELO mail4.conversis.de) (213.203.219.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Aug 2011 17:40:11 +0000 Received: from [192.168.2.101] (p5DCF69CC.dip.t-dialin.net [93.207.105.204]) by mail4.conversis.de (Postfix) with ESMTP id 103492410002; Tue, 23 Aug 2011 19:39:51 +0200 (CEST) Message-ID: <4E53E5E6.20900@conversis.de> Date: Tue, 23 Aug 2011 19:39:50 +0200 From: Dennis Jacobfeuerborn User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110817 Thunderbird/6.0 MIME-Version: 1.0 To: modules-dev@httpd.apache.org CC: dev@httpd.apache.org Subject: Re: memcached lookups in apache module References: <4E53B52F.2020700@conversis.de> <20110823153509.04cac775@baldur> In-Reply-To: <20110823153509.04cac775@baldur> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 08/23/2011 04:35 PM, Nick Kew wrote: > On Tue, 23 Aug 2011 16:11:59 +0200 > Dennis Jacobfeuerborn 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