Gnus development mailing list
 help / color / mirror / Atom feed
From: Greg Stark <gsstark@MIT.EDU>
Subject: asynchronous backends
Date: 14 Apr 1997 09:16:41 -0400	[thread overview]
Message-ID: <ycqragdu4li.fsf@g62-78.citenet.net> (raw)


Ok, so sometime late in the september Gnus cycle i sent a nice long post
describing how an asynchronous interface could be done. Looking at the code
and the documentation now, it seems only half of what i described was done.

Namely, it's nice and all that nntp can pre-fetch articles before i ask for
them, but that's not the really cool idea. The really cool idea is that when i
enter a new group and there are four gazillion new articles and i really want
to read them all, while Gnus is fetching the NNTP scan it can let me go back
to editing my files (edit files? in emacs?) In general it really sucks a lot
when my emacs freezes up and i can't do anything without aborting the long
Gnus operation, some of us feel, uhm, like less of a person when our emacs is
locked up.

This would also let Gnus do some other cool things, like request group lists
from multiple servers at the same time. This makes more sense if more than one
backend is involed; if i have a slow network, why not go poking around in my
files while you're waiting for the nntp server to answer? Or let me start
reading my mail while it's still fetching the group list from some other
server. 

The reason i posted the original message was because i was implementing a
backend for which the existing emacs interface was asynchronous in precisely
this way. I still feel ashamed that i can't reproduce the single nicest
feature of the existing interface in my Gnus backend.

If you don't believe me that this is possible, think of the Man package. There
are some tricky bits, and if you try a second operation using the same virtual
server it may have to lock up anyways, but it could be done. I'll go find my
original post if needed, it explained this in more detail.

greg


             reply	other threads:[~1997-04-14 13:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-14 13:16 Greg Stark [this message]
1997-04-14 20:52 ` Stainless Steel Rat
1997-04-16  1:23   ` Ken Raeburn
1997-04-16  3:21     ` Stainless Steel Rat
1997-04-20 20:08 ` Lars Magne Ingebrigtsen
1997-04-17 13:12 Greg Stark
1997-04-17 20:35 ` Stainless Steel Rat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ycqragdu4li.fsf@g62-78.citenet.net \
    --to=gsstark@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).