Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: asynchronous backends
Date: 20 Apr 1997 22:08:02 +0200	[thread overview]
Message-ID: <m2enc5zcd9.fsf@proletcult.slip.ifi.uio.no> (raw)
In-Reply-To: Greg Stark's message of 14 Apr 1997 09:16:41 -0400

Greg Stark <gsstark@mit.edu> writes:

> 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.

Making Gnus asynchronous in many interesting ways is certainly
possible, but it's just hard.  Even doing trivial stuff (like the new
archie mode I slapped together yesterday (uhm, I think I may be
itching to start writing new code :-)
(<URL:http://www.ifi.uio.no/~larsi/other/archie.el>), and it's going
to be included with Emacs 19.35, it seems (and I have to do some test
runs under XEmacs as well))) takes quite a bit of typing, fiddling,
and means spending *much* more time programming than if one does
things synchronously.

And doing similar things with a behemoth like Gnus is a logistical
nightmare.

The results can be pretty neat, though.  Archie is fully asynchronous;
one just types `M-x archie RET search-string RET' and control returns
immediately.  Using `after-change-functions', Archie logs in on the
server, sends parameters, does the search and parses/generates the
result buffer asynchronously.  (Emacs locks up during the final phase,
though, just like Man does.)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


  parent reply	other threads:[~1997-04-20 20:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-14 13:16 Greg Stark
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 [this message]
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=m2enc5zcd9.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@gnus.org \
    /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).