Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Liebreich <pixiebob@bigfoot.com>
Subject: pop3 *very* slow?
Date: Thu, 07 Oct 1999 14:54:37 -0700	[thread overview]
Message-ID: <199910072154.OAA19115@oberon.dnai.com> (raw)

[apologies if this shows up twice]
[using pgnus-0.95 - I know I should go to .97]

I've set

(setq mail-sources
           '((pop :server "mailhost")))

and it's *very* slow.  Are the following lines in pop3.el really necessary?


       	;; bill@att.com ... to save wear and tear on the heap
	;; uncommented because the condensed version below is a problem for
	;; some.
	(if (> (buffer-size)  20000) (sleep-for 1))
	(if (> (buffer-size)  50000) (sleep-for 1))
	(if (> (buffer-size) 100000) (sleep-for 1))
	(if (> (buffer-size) 200000) (sleep-for 1))
	(if (> (buffer-size) 500000) (sleep-for 1))
	;; bill@att.com
	;; condensed into:
	;; (sometimes causes problems for really large messages.)
;	(if (> (buffer-size) 20000) (sleep-for (/ (buffer-size) 20000)))

And if pop just has to be slow, then does anyone have a working setup using
fetchmail that I can copy?  (I want to fetch the messages only when I
manually check for new mail; otherwise, I'd set up fetchmail/procmail to get
the mail in daemon mode and point gnus at a local spool file).

Thanks

_Dave



             reply	other threads:[~1999-10-07 21:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-07 21:54 Dave Liebreich [this message]
1999-10-08  0:14 ` Stainless Steel Rat
1999-10-08  2:11   ` Dave Liebreich
1999-10-08  5:17   ` Dave Liebreich
1999-10-08 23:24     ` Stainless Steel Rat
1999-10-08 20:31   ` Greg Stark
1999-10-08 23:26     ` 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=199910072154.OAA19115@oberon.dnai.com \
    --to=pixiebob@bigfoot.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).