From owner-freebsd-questions Sun Jul 14 06:03:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA00165 for questions-outgoing; Sun, 14 Jul 1996 06:03:44 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA00141 for ; Sun, 14 Jul 1996 06:03:39 -0700 (PDT) Received: from diablo.ppp.de by mail.crl.com with SMTP id AA06237 (5.65c/IDA-1.5 for ); Sun, 14 Jul 1996 06:03:08 -0700 Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0ufPsc-000QbsC; Sun, 14 Jul 96 14:02 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id NAA21801; Sun, 14 Jul 1996 13:33:16 +0200 Message-Id: <199607141133.NAA21801@allegro.lemis.de> Subject: Re: -questions list speed. To: tcg@ime.net Date: Sun, 14 Jul 1996 13:33:16 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: <31E7F369.50A3@ime.net> from "Gary Chrysler" at Jul 13, 96 03:05:13 pm X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Gary Chrysler writes: > > Is it normal for a message to take over an hour to make it's loop. > > Lets say I post a message to -questions, It's over an hour before > I get my own message back on -questions. Is this normal. No, I'd say it's relatively fast. > I would think it would be a couple minutes at most even though I > am in Maine and FreeBSD.org is in Calif. (My home state) It's not the time between California and Maine that takes up the time. It's the number of messages that are being handled concurrently on freefall, and the way that sendmail works: it tries each destination sequentially, and there are bound to be some that aren't responding. By the time sendmail gets round to you, hours could have passed. Greg