From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38408 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: gnus processing getting out of hand (timewise) Date: Wed, 29 Aug 2001 08:26:13 -0700 Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174276 22248 80.91.224.250 (21 Oct 2002 04:24:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:36 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 5160 invoked from network); 29 Aug 2001 15:30:49 -0000 Original-Received: from mail.networkone.net (209.144.112.246) by gnus.org with SMTP; 29 Aug 2001 15:30:49 -0000 Original-Received: (qmail 6694 invoked from network); 29 Aug 2001 15:30:43 -0000 Original-Received: from unknown (HELO reader.local.lan) (209.144.117.151) by mail.networkone.net with SMTP; 29 Aug 2001 15:30:43 -0000 Original-Received: (from reader@localhost) by reader.local.lan (8.11.2/8.11.0) id f7TFUaB01313; Wed, 29 Aug 2001 08:30:36 -0700 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 35 Xref: main.gmane.org gmane.emacs.gnus.general:38408 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38408 Running todays cvs: [ The behavior is not peculiar to todays cvs but has been coming on over time] I'm noticing longer and longer processing times for things like generating a summary buffer or sorting/limiting by various means. And even just pressing `g' which in my setup is done off line and used to be fairly fast. I suspect things in ~/.gnus are partially responsible (get to that later). And some of it is new code being added like the marks stuff. I wondered if it is already possible to put some of that processing into G p settings, so that it doesn't affect all groups. An example might be code that adds new headers like keywords headers and such. This must add to process time, but maybe not too much if confined to certain groups. If this is already possible, I'd like to see a couple of examples. Now, about that ~/.gnus. I'm hoping some posters here will not mind taking a look at what is in it here: http://www.ptw.com/~reader/exp/gnus/gnus.html I'm not sure what things in there may be the big hogs, but suspect people here would know at a glance. I've trimmed out a massive split list and other useless junk (probably not all of it though) and trimmed it down to 141 lines. Hopefully someone who knows what they are looking at can power scroll through it in a few moments and post back what things are resource hogs. I'm pretty sure there are a few readers who would find the information usefull besides myself.