From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24214 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnslashdot Date: 13 Jul 1999 14:45:36 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87wvw4ztgn.fsf@kloug.western.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161818 7468 80.91.224.250 (21 Oct 2002 00:56:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:56:58 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA29386 for ; Tue, 13 Jul 1999 08:49:36 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id HAB21549; Tue, 13 Jul 1999 07:46:07 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 13 Jul 1999 07:46:58 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id HAA04275 for ; Tue, 13 Jul 1999 07:46:49 -0500 (CDT) Original-Received: from xiphias.pdc.kth.se (xiphias.pdc.kth.se [130.237.221.226]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id IAA29276 for ; Tue, 13 Jul 1999 08:45:47 -0400 (EDT) Original-Received: (from jas@localhost) by xiphias.pdc.kth.se (8.8.5/8.8.5) id OAA19805; Tue, 13 Jul 1999 14:45:37 +0200 (METDST) Original-To: ding@gnus.org In-Reply-To: Kim-Minh Kaplan's message of "Tue, 13 Jul 1999 11:20:57 GMT" Original-Lines: 15 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3.10 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24214 Kim-Minh Kaplan writes: > > > Actually, I've been thinking a lot lately about how to make gnus more > > > asynchronous, and I think its possible to do things like dynamic > > > summary buffer updates while you're looking at it and its still > > > pulling in headers. > .... > > I don't think so, TCP connections are also asynchronous, but you could > > also run some code with idle-timer to do things like this. > > Emacs supports the event driven model when it comes to TCP. So you > would not need to use idle-timers. Well, for nnml and other backends that doesn't use external processes or TCP I would.