From 2c5bd8a7e85185bb01b09b2dabed8b1a19c3ca79 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Mar 2000 00:27:48 +0000 Subject: Added FAQ item. svn path=/trunk/; revision=2823 --- fetchmail-FAQ.html | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'fetchmail-FAQ.html') diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index c856386a..6ac8fd77 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 2000/03/13 16:44:57 $ +$Date: 2000/03/14 00:27:48 $

Frequently Asked Questions About Fetchmail

@@ -40,6 +40,7 @@ IP address?
G12. Is any special configuration needed to send mail?
G13. Is fetchmail Y2K-compliant?
G14. Is there a way in fetchmail to support disconnected IMAP mode?
+G15. How will fetchmail perform under heavy loads?

Build-time problems:

@@ -616,6 +617,26 @@ No. Fetchmail is a mail transport agent, best understood as a protocol gateway between POP3/IMAP servers and SMTP. Disconnected operation requires an elaborate interactive client. It's a very different problem.

+


+

G15. How will fetchmail perform under heavy loads?

+ +Fetchmail streams message bodies line-by-line; the most core it +ever requires per message is enough memory to hold the RFC822 header, and +that storage is freed when body processing begins. It is, accordingly, +quite economical in its use of memory.

+ +After startup time, a fetchmail running in daemon mode stats its +configuration file once per poll cycle to see whether it has changed +and should be rescanned. Other than that, a fetchmail in normal +operation doesn't touch the disk at all; that job is left up to the +MTA or MDA the fetchmail talks to.

+ +Fetchmail's performance is usually bottlenecked by latency on the POP +server or (less often) on the TCP/IP link to the server. This is not +a problem readily solved by tuning fetchmail, or even by buying more +TCP/IP capacity (which tends to improve bandwidth but not necessarily +latency).

+


B1. Lex bombs out while building the fetchmail lexer.

@@ -2747,7 +2768,7 @@ terminate it.

Back to Fetchmail Home Page To Site Map -$Date: 2000/03/13 16:44:57 $ +$Date: 2000/03/14 00:27:48 $

Eric S. Raymond <esr@snark.thyrsus.com>
-- cgit v1.2.3