Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 61171 invoked from network); 5 Sep 2010 14:15:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Sep 2010 14:15:18 -0000 Received: (qmail 67639 invoked by uid 500); 5 Sep 2010 14:15:18 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 67438 invoked by uid 500); 5 Sep 2010 14:15:16 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 67417 invoked by uid 99); 5 Sep 2010 14:15:15 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 14:15:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Sep 2010 14:14:57 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o85EEafN021816 for ; Sun, 5 Sep 2010 14:14:36 GMT Message-ID: <32435582.32721283696076580.JavaMail.jira@thor> Date: Sun, 5 Sep 2010 10:14:36 -0400 (EDT) From: "Jonathan Moore (JIRA)" To: dev@hc.apache.org Subject: [jira] Issue Comment Edited: (HTTPCLIENT-977) provide a memcached implementation for HttpCache In-Reply-To: <15276741.280461281547696582.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906347#action_12906347 ] Jonathan Moore edited comment on HTTPCLIENT-977 at 9/5/10 10:13 AM: -------------------------------------------------------------------- If we make the memcached client Maven dependency's scope be "provided", does that fix our licensing issues? Then a client may link it into their executable at their option, and we can just provide instructions on how to do so if desired. Failing that, can we just include the source code for MemcachedHttpCacheStorage.java in httpclient-contrib for now? We'll separately pursue options for providing non-source access (perhaps it's worth building an Apache 2.0-licensed Java memcached client, for example). was (Author: cimjmoore): If we make the memcached Maven dependency's scope be "provided", does that fix our licensing issues? Then a client may link it into their executable at their option, and we can just provide instructions on how to do so if desired. Failing that, can we just include the source code for MemcachedHttpCacheStorage.java in httpclient-contrib for now? We'll separately pursue options for providing non-source access (perhaps it's worth building an Apache 2.0-licensed Java memcached client, for example). > provide a memcached implementation for HttpCache > ------------------------------------------------ > > Key: HTTPCLIENT-977 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-977 > Project: HttpComponents HttpClient > Issue Type: New Feature > Components: Cache > Reporter: Jonathan Moore > Priority: Minor > Fix For: 4.1.0 > > Attachments: MemcachedHttpCacheStorage.patch > > > The feature here would be an implementation of the HttpCache interface that stored cache entries in memcached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org