From dev-return-74963-apmail-httpd-dev-archive=httpd.apache.org@httpd.apache.org Fri Mar 16 19:12:22 2012 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 73C8C9C6C for ; Fri, 16 Mar 2012 19:12:22 +0000 (UTC) Received: (qmail 42733 invoked by uid 500); 16 Mar 2012 19:12:21 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 42657 invoked by uid 500); 16 Mar 2012 19:12:21 -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 42647 invoked by uid 99); 16 Mar 2012 19:12:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 19:12:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [194.242.35.75] (HELO dns-factory.at) (194.242.35.75) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 19:12:16 +0000 Received: from [192.168.1.33] gls@gknw.net [98.176.43.250] by dns-factory.at with NetMail SMTP Agent $Revision: 8582 $ on Novell NetWare via secured & encrypted transport (TLS); Fri, 16 Mar 2012 20:11:43 +0100 Message-ID: <4F63906F.8010505@gknw.net> Date: Fri, 16 Mar 2012 12:11:43 -0700 From: Gregg Smith User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: [Patch] mod_cache_socache (to replace mod_mem_cache) References: <39D68547-3E21-4B6F-80A6-E881FF18ED85@sharp.fm> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org +1 as well On 3/16/2012 3:39 AM, Mario Brandt wrote: > +1 > > On Wed, Feb 22, 2012 at 01:33, Graham Leggett wrote: >> Hi all, >> >> During development of mod_cache, mod_disk_cache was renamed to mod_cache_disk to make it possible to have a sensible name for this module, mod_cache_socache, which replaces mod_mem_cache from httpd v2.2. >> >> This module provides a simple backend for mod_cache backed with the socache interface, which allows you to cache to memcache, shared memory, or any other mod_socache_* implementation. The docs explain it further. This module is useful where there is no suitable cache disk available to support mod_cache_disk. >> >> (I didn't want to post this until v2.4 was baked, so as not to hold up that release).