Received: from localhost (unknown [200.46.204.184]) by postgresql.org (Postfix) with ESMTP id 78E3E9FB939 for ; Thu, 1 Nov 2007 13:04:21 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.184]) (amavisd-maia, port 10024) with ESMTP id 90558-04-4 for ; Thu, 1 Nov 2007 13:04:00 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from svr2.hagander.net (svr2.hagander.net [88.198.128.226]) by postgresql.org (Postfix) with ESMTP id DD0689F9451 for ; Thu, 1 Nov 2007 12:59:05 -0300 (ADT) Received: from dynamic.hagander.net ([127.0.0.1]) (encrypted and authenticated) by svr2.hagander.net (Postfix) with ESMTP id 28C9CDCCA0D; Thu, 1 Nov 2007 16:59:04 +0100 (CET) Message-ID: <4729F7D2.6050608@hagander.net> Date: Thu, 01 Nov 2007 16:59:14 +0100 From: Magnus Hagander User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: "Marc G. Fournier" CC: Andrew Sullivan , pgsql-www@postgresql.org Subject: Re: what is up with the PG mailing lists? References: <25716.1193887595@sss.pgh.pa.us> <26669.1193891360@sss.pgh.pa.us> <47299585.7030402@hagander.net> <47299957.5020605@postgresql.org> <2968.1193919208@sss.pgh.pa.us> <20071101080959.49f3087b@scratch> <20071101152333.GM27676@crankycanuck.ca> <4729F105.30704@hagander.net> <1127E6493CBA8A29F343C4D7@ganymede.hub.org> In-Reply-To: <1127E6493CBA8A29F343C4D7@ganymede.hub.org> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200711/32 X-Sequence-Number: 12810 Marc G. Fournier wrote: > > > --On Thursday, November 01, 2007 16:30:13 +0100 Magnus Hagander > wrote: > >> There's a difference between acceptable delay and what we're often >> getting. Sure, SMTP should have latency. But a modern SMTP system >> shouldn't take hours to deliver an email. > > Well, when you can guarantee that the network connections between any relay > server from the originator to the recipient is 100% up 100% of the time ... and > that the mail server at each of the relays is processing properly 100% of the > time ... and that there are no network delay issues at any one of the dozen or > so routers, and ... then talk to me ... No. All those cases are reasons for acceptable delays. But how often does say network connectivity go away for an hour? If they do, you need to better hosting provider. >> Sure. But I can tell you that *every single time* I've looked at >> latencies, the problem has been at postgresql.org or hub.org. And in my >> own case, there is just one relay on the way, usually with a latency of >> <5 seconds. > > Wow, I didn't know you were in Panama ... I have about 12 routers I go through > from here, creating at least 12 failure points right there ... you being on the > same network definitely should reduce your latency, we should look into that > ... what is your IP, so that I can confirm that from our end, we are seeing you > as being 1 router away also ... maybe bad routing? Notice, I say 5 *seconds*, not 5 *milliseconds*. And yes, the mx machines of hub.org *most of the time* deliver in less than 5 seconds, once it reaches the final hop inside hub.org. This mail for example hit hub.org 200.46.204.184 (with broken name lookup, it seems) at 12:48:12 ADT, and arrived on my server at 16:48:14 CET, which means it took *2* seconds. A couple of minutes delay is perfectly acceptable. A couple of hours is an indication that something is wrong. //Magnus