Gnus development mailing list
 help / color / mirror / Atom feed
* pop3 *very* slow?
@ 1999-10-07 21:54 Dave Liebreich
  1999-10-08  0:14 ` Stainless Steel Rat
  0 siblings, 1 reply; 7+ messages in thread
From: Dave Liebreich @ 1999-10-07 21:54 UTC (permalink / 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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~1999-10-08 23:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-10-07 21:54 pop3 *very* slow? Dave Liebreich
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

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