Gnus development mailing list
 help / color / mirror / Atom feed
From: Felix Lee <flee@teleport.com>
Subject: gnus over compressed nntp
Date: Tue, 28 Oct 1997 00:21:27 -0800	[thread overview]
Message-ID: <199710280820.AAA11330@smtp1.teleport.com> (raw)
In-Reply-To: Your message of Sat, 25 Oct 1997 00:55:17 PDT. <199710250754.AAA11211@smtp2.teleport.com>

this may improve life on the end of a ppp link..

after spending way too long writing a streaming gzip
(zlib-1.0.4 is a little quirky), I've settled on using
'ssh -C' instead.

basic idea is, instead of gnus connecting directly to
newshost:nntp, you have it run
    ssh -C proxyhost 'tcp newshost nntp'

or maybe
    ssh proxyhost 'tcp newshost nntp | zstream' | zstream -d

which would be worth it if zstream did better compression
than ssh -C.  (it does, but not really enough.)

though with zstream, you can use rsh if you don't have ssh.
but if you're hanging off ppp, rsh probably doesn't work for
you..  telnet is possible, but painful, and I don't really
want to do it.

anyway... 'ssh -C' is easy.  something like this should
work:

(setq gnus-select-method
      '(nntp "proxyhost"
	     (nntp-open-network-stream nntp-open-rlogin)
	     (nntp-rlogin-program "ssh")
	     (nntp-rlogin-parameters '("-x" "-C" "telnet" "-8" "newshost" "nntp"))))

now to figure out if the compression really helps or not...
--


  parent reply	other threads:[~1997-10-28  8:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-10  5:30 q0.12: agent comments Felix Lee
1997-10-12 22:08 ` Lars Magne Ingebrigtsen
1997-10-13 20:17   ` Felix Lee
1997-10-24 22:23     ` Lars Magne Ingebrigtsen
1997-10-25  7:55       ` Felix Lee
1997-10-27  6:54         ` Andy Eskilsson
1997-10-28  8:21         ` Felix Lee [this message]
1997-10-29 20:07           ` gnus over compressed nntp Samuel Tardieu

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=199710280820.AAA11330@smtp1.teleport.com \
    --to=flee@teleport.com \
    /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).