From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51402 Path: main.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.general Subject: Re: Cache/Agent Integration Date: Sun, 13 Apr 2003 18:39:14 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1050277172 19425 80.91.224.249 (13 Apr 2003 23:39:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2003 23:39:32 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Mon Apr 14 01:39:31 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 194r4N-000539-00 for ; Mon, 14 Apr 2003 01:39:31 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 194r4c-0003JS-00; Sun, 13 Apr 2003 18:39:46 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Apr 2003 18:40:52 -0500 (CDT) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [64.157.176.121]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA20469 for ; Sun, 13 Apr 2003 18:40:38 -0500 (CDT) Original-Received: (qmail 9054 invoked by alias); 13 Apr 2003 23:39:28 -0000 Original-Received: (qmail 9049 invoked from network); 13 Apr 2003 23:39:28 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 13 Apr 2003 23:39:28 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 194r4n-0004eC-00 for ; Mon, 14 Apr 2003 01:39:57 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 20 Original-NNTP-Posting-Host: manchester-suites-iaf1047853.cust-rtr.ameritech.net Original-X-Trace: quimby.gnus.org 1050277197 17391 68.23.64.46 (13 Apr 2003 23:39:57 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 13 Apr 2003 23:39:57 GMT User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (windows-nt) Cancel-Lock: sha1:B1kgkUSPfAW2kGb21Qr60I/w9sg= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51402 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51402 Lars Magne Ingebrigtsen writes: > kgreiner@xpediantsolutions.com writes: > >> If the cache is for storing stuff forever then can't we add that to >> the agent? Would it be sufficient to simply have the agent expiration >> process ignore articles that had a cached mark? > > I have, in the past, just done a "rm -r" on the Agent hierarchy, but > I'd never do that on the cache hierarchy. So for me, the two needs > different physical storage. Since integrating the cache and agent on the backend is out of the question, I've added code to the summary to perform a front-end integration. The result is that articles placed in either the cache or the agent will be displayed (by face and download marker) as downloaded. Kevin