From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15002 Path: main.gmane.org!not-for-mail From: Felix Lee Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus as slow as molasses Date: Fri, 17 Apr 1998 12:38:20 -0600 Sender: owner-ding@hpc.uh.edu Message-ID: <199804171938.MAA26429@mail1.teleport.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035154106 19524 80.91.224.250 (20 Oct 2002 22:48:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:48:26 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA31273 for ; Fri, 17 Apr 1998 12:34:39 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA04633 for ; Fri, 17 Apr 1998 14:40:39 -0500 (CDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id PAN22055; Fri, 17 Apr 1998 15:14:10 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 17 Apr 1998 14:39:38 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id OAA21335 for ; Fri, 17 Apr 1998 14:39:30 -0500 (CDT) Original-Received: (qmail 9116 invoked by uid 504); 17 Apr 1998 19:39:10 -0000 Original-Received: (qmail 9113 invoked from network); 17 Apr 1998 19:39:09 -0000 Original-Received: from mail1.teleport.com (192.108.254.26) by claymore.vcinet.com with SMTP; 17 Apr 1998 19:39:09 -0000 Original-Received: from teleport.com (pdx58-i48-18.teleport.com [204.202.167.160]) by mail1.teleport.com (8.8.7/8.7.3) with ESMTP id MAA26429 for ; Fri, 17 Apr 1998 12:38:49 -0700 (PDT) Original-To: ding@gnus.org In-reply-to: Your message of 17 Apr 1998 13:12:14 +0200. Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:15002 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:15002 > > The problem isn't opening the group as I rarely select more that 100 > > articles. It's selecting the first article once I'm in the group. > > Whichever article I select then takes about 10-15 seconds to > > display. All articles selected after that are almost instantaneous > > whether they are above or below the first article. if you're using gnus-async, gnus is opening a second nntp connection the first time you select an article. this happens synchronously, so you have to wait for it. --