Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 37200 invoked from network); 22 Dec 2008 16:33:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Dec 2008 16:33:00 -0000 Received: (qmail 47079 invoked by uid 500); 22 Dec 2008 16:32:59 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 46981 invoked by uid 500); 22 Dec 2008 16:32:58 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 46972 invoked by uid 99); 22 Dec 2008 16:32:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 08:32:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of peter.hunsberger@gmail.com designates 74.125.44.158 as permitted sender) Received: from [74.125.44.158] (HELO yx-out-1718.google.com) (74.125.44.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 16:32:52 +0000 Received: by yx-out-1718.google.com with SMTP id 3so661310yxi.78 for ; Mon, 22 Dec 2008 08:32:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HLsYHL9+ngGqWITa2TLobDCyUpHA9+aOBIXEjXpJLOQ=; b=C3tqm/WcFVRYVx5jdgyTQ7U/tvXO8avr2m+EBgV3FYNWhCNBUcbb8fFVK8kP2IvgAg X9Dsak5aD9w1wiGpMsZaO+94xcwgr7jmMVPQEKgvS8gaRiG2jPSh+7WVrOw2kp97SLJJ ua70wAARB04oV+YKI20esrlWgPzLjF0t7gqeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JCS+Idg3QJGiaz3SJZMmRfv9PJKMK80KYyQvSzGPlEL9RsVE1jXFW/DY18mejXhneZ Fta5g8NVXSq6poLd8eyUVD3lem2svufbxh85/Vv7171oxFrCDQ60ijNEybcgLqxp9TgQ PFsGInl290WBP/6Q98X1D/7j1Mfde7P2hB5Mk= Received: by 10.150.226.15 with SMTP id y15mr12061848ybg.225.1229963551193; Mon, 22 Dec 2008 08:32:31 -0800 (PST) Received: by 10.151.119.11 with HTTP; Mon, 22 Dec 2008 08:32:31 -0800 (PST) Message-ID: Date: Mon, 22 Dec 2008 10:32:31 -0600 From: "Peter Hunsberger" To: dev@cocoon.apache.org Subject: Re: [C3] Caching In-Reply-To: <494FC07D.2050907@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <494FC07D.2050907@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Dec 22, 2008 at 10:29 AM, Carsten Ziegeler wrote: > Hi, > > I just started with looking closer at the pipeline stuff we have for c3 > atm. My first impression was that there are too many interfaces which > might confuse users :) As we step away from just a sax based pipeline, I > fear we really might need all these interfaces :( > > The other thing is caching: i guess in many scenarios caching is not > done on the pipeline or even pipeline component level. So I think we > should try to make caching more optional - I know that it is optional > from a feature point but I would like to have the pipeline jar as small > as possible and move the caching stuff into an optional/additional lib. > I have no good idea atm how to do this as the pipeline components itself > need to be aware of caching. But perhaps someone else has? Sounds like a perfect opportunity for some Aspect Oriented coding........ ;-) -- Peter Hunsberger