Thread

  1. List response time...

    Serguei Mokhov <sa_mokho@alcor.concordia.ca> — 2001-08-21T16:59:24Z

    Hi All,
    
    Looking at my message about the bug webpage and
    some other posts, I see that it was delayed for 
    about 2h and a half. Some of the post were
    delayed for days... Why is that? Looks like
    the list has problems of some sort which cause
    these irregular delays.
    
    Just an annoying observation.
    
    S.
    
    
    
    
  2. Re: List response time...

    Lamar Owen <lamar.owen@wgcr.org> — 2001-08-21T17:59:50Z

    On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > Looking at my message about the bug webpage and
    > some other posts, I see that it was delayed for
    > about 2h and a half. Some of the post were
    > delayed for days... Why is that? Looks like
    > the list has problems of some sort which cause
    > these irregular delays.
    
    Mailing lists don't scale well to large numbers of subscribers.  I see this 
    delay constantly,on multiple lists.  The bigger the list gets, the slower the 
    list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups 
    scale a little better, but Usenet propagation delay was a problem even when 
    full feeds were below 100MB per day.  Actually, Usenet propagation is better 
    now than then, now that the majority of sites aren't uucp and fed batched 
    with C-News. (or BNews, even....).  Usenet propagation delays used to be 
    measured in days and sometimes weeks.  To get a message in two days was great 
    time!
    
    But I can remember when Usenet propagation delays were how you judged EXPIRE 
    times and newsspool size.  And I also remember nasty tricks used when servers 
    that didn't respect 'distribution:' were hit with 'expires:' headers with 
    values below the mean propagation delay.....and I can recall getting CANCELS 
    for postings two days before the posting to be canceled came trickling in....
    
    We're still not as bad as BugTraq, though.  Not only is the message delayed 
    two to three days, other people will have already replied to it, and 
    discussion will have been closed off before I ever get a chance to say 
    anything.  Well, maybe that's a good thing. :-)
    
    I guess this IS one of the few advantages of having to use reply-all on this 
    list....  Although then the discussion has moved on before the general list 
    membership has had a  chance to read most of the recent replies....
    
    The best thing to do is simply to expect propagation delay.
    --
    Lamar Owen
    WGCR Internet Radio
    1 Peter 4:11
    
    
  3. Re: List response time...

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-08-21T19:34:34Z

    Lamar Owen <lamar.owen@wgcr.org> writes:
    > The best thing to do is simply to expect propagation delay.
    
    Actually, I just sent a gripe off to Marc about this.  I've been
    noticing large and variable propagation delay for a few months now,
    but I just today realized that the problem is entirely local to hub.org.
    For example, look at the headers on your message:
    
    Received: from postgresql.org (webmail.postgresql.org [216.126.85.28])
    	by sss.pgh.pa.us (8.11.4/8.11.4) with ESMTP id f7LJKpY10196
    	for <tgl@sss.pgh.pa.us>; Tue, 21 Aug 2001 15:20:51 -0400 (EDT)
    Received: from postgresql.org.org (webmail.postgresql.org [216.126.85.28])
    	by postgresql.org (8.11.3/8.11.4) with SMTP id f7LJKpP46374;
    	Tue, 21 Aug 2001 15:20:52 -0400 (EDT)
    	(envelope-from pgsql-hackers-owner+M12441@postgresql.org)
    Received: from www.wgcr.org (www.wgcr.org [206.74.232.194])
    	by postgresql.org (8.11.3/8.11.4) with ESMTP id f7LHxnP15711
    	for <pgsql-hackers@postgresql.org>; Tue, 21 Aug 2001 13:59:49 -0400 (EDT)
    	(envelope-from lamar.owen@wgcr.org)
    Received: from lowen.wgcr.org (IDENT:lowen@[10.1.2.3])
    	by www.wgcr.org (8.9.3/8.9.3/WGCR) with SMTP id NAA25357;
    	Tue, 21 Aug 2001 13:59:40 -0400
    
    All the delay seems to be in transferring the message from
    postgresql.org to webmail.postgresql.org ... which are the same
    machine, or at least the same IP address.  What's up with that?
    
    			regards, tom lane
    
    
  4. Re: List response time...

    Ian Lance Taylor <ian@airs.com> — 2001-08-21T20:24:27Z

    Lamar Owen <lamar.owen@wgcr.org> writes:
    
    > Mailing lists don't scale well to large numbers of subscribers.  I see this 
    > delay constantly,on multiple lists.  The bigger the list gets, the slower the 
    > list gets (and the more loaded the server gets, right Marc? :-)).
    
    Note that the postgresql.org mail server is still running sendmail.
    In my personal experience with sources.redhat.com, qmail is a much
    better choice to handle large mailing lists.  When we switched from
    sendmail to qmail, mailing list delays dropped from hours, or
    sometimes even days, to seconds.
    
    Ian
    
    
  5. Re: List response time...

    Ian Lance Taylor <ian@airs.com> — 2001-08-21T20:26:26Z

    Tom Lane <tgl@sss.pgh.pa.us> writes:
    
    > All the delay seems to be in transferring the message from
    > postgresql.org to webmail.postgresql.org ... which are the same
    > machine, or at least the same IP address.  What's up with that?
    
    You are seeing sendmail's poorly designed queuing behaviour in action.
    sendmail limits itself by outgoing messages, rather than outgoing
    deliveries.  This causes one slow delivery to hold up many fast
    deliveries.
    
    Ian
    
    
  6. Re: Re: List response time...

    Mitch Vincent <mvincent@cablespeed.com> — 2001-08-21T21:23:51Z

    I've had great luck with Postfix as well.
    
    -Mitch
    
    ----- Original Message -----
    From: "Ian Lance Taylor" <ian@airs.com>
    To: "Lamar Owen" <lamar.owen@wgcr.org>
    Cc: "Serguei Mokhov" <sa_mokho@alcor.concordia.ca>; "PostgreSQL Hackers"
    <pgsql-hackers@postgresql.org>
    Sent: Tuesday, August 21, 2001 4:24 PM
    Subject: [HACKERS] Re: List response time...
    
    
    > Note that the postgresql.org mail server is still running sendmail.
    > In my personal experience with sources.redhat.com, qmail is a much
    > better choice to handle large mailing lists.  When we switched from
    > sendmail to qmail, mailing list delays dropped from hours, or
    > sometimes even days, to seconds.
    >
    > Ian
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 6: Have you searched our list archives?
    >
    > http://www.postgresql.org/search.mpl
    >
    
    
    
  7. Re: Re: List response time...

    Vince Vielhaber <vev@michvhf.com> — 2001-08-21T22:02:45Z

    On 21 Aug 2001, Ian Lance Taylor wrote:
    
    > Lamar Owen <lamar.owen@wgcr.org> writes:
    >
    > > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > > list gets (and the more loaded the server gets, right Marc? :-)).
    >
    > Note that the postgresql.org mail server is still running sendmail.
    > In my personal experience with sources.redhat.com, qmail is a much
    > better choice to handle large mailing lists.  When we switched from
    > sendmail to qmail, mailing list delays dropped from hours, or
    > sometimes even days, to seconds.
    
    ooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhh....  I've been raggin on
    Marc on that one for well over a year, maybe two..  I started using
    qmail when it was still in .7something beta and never looked back.  The
    folks at Security Focus have moved all of the lists to ezmlm (part of
    qmail) and have had nothing but success...  But don't tell Marc.
    
    Vince.
    -- 
    ==========================================================================
    Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
             56K Nationwide Dialup from $16.00/mo at Pop4 Networking
            Online Campground Directory    http://www.camping-usa.com
           Online Giftshop Superstore    http://www.cloudninegifts.com
    ==========================================================================
    
    
    
    
    
  8. Re: List response time...

    Marc Fournier <scrappy@hub.org> — 2001-08-21T23:45:20Z

    On Tue, 21 Aug 2001, Lamar Owen wrote:
    
    > On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > > Looking at my message about the bug webpage and
    > > some other posts, I see that it was delayed for
    > > about 2h and a half. Some of the post were
    > > delayed for days... Why is that? Looks like
    > > the list has problems of some sort which cause
    > > these irregular delays.
    >
    > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups
    
    Actually, the 'multi-day' delay is generally related to posts from ppl
    that aren't subscribed to the lists that I have to approve manually ...
    
    .. as far as server load is concerned, causing several hour delay, we're
    just about to put online a dual processor server that has been donated to
    the project ... its first task is going to be mailing list distribution
    and a open news server for the newsgroups.
    
    
    
    
  9. Re: List response time...

    Marc Fournier <scrappy@hub.org> — 2001-08-21T23:48:11Z

    Huh?  Two different machines altogether ... but, I do have work to do once
    the new server goes online ...
    
    > nslookup postgresql.org
    Server:  localhost.hub.org
    Address:  127.0.0.1
    
    Name:    postgresql.org
    Address:  216.126.84.28
    
    > nslookup webmail.postgresql.org
    Server:  localhost.hub.org
    Address:  127.0.0.1
    
    Name:    mail.postgresql.org
    Address:  216.126.85.28
    Aliases:  webmail.postgresql.org
    
    
    On Tue, 21 Aug 2001, Tom Lane wrote:
    
    > Lamar Owen <lamar.owen@wgcr.org> writes:
    > > The best thing to do is simply to expect propagation delay.
    >
    > Actually, I just sent a gripe off to Marc about this.  I've been
    > noticing large and variable propagation delay for a few months now,
    > but I just today realized that the problem is entirely local to hub.org.
    > For example, look at the headers on your message:
    >
    > Received: from postgresql.org (webmail.postgresql.org [216.126.85.28])
    > 	by sss.pgh.pa.us (8.11.4/8.11.4) with ESMTP id f7LJKpY10196
    > 	for <tgl@sss.pgh.pa.us>; Tue, 21 Aug 2001 15:20:51 -0400 (EDT)
    > Received: from postgresql.org.org (webmail.postgresql.org [216.126.85.28])
    > 	by postgresql.org (8.11.3/8.11.4) with SMTP id f7LJKpP46374;
    > 	Tue, 21 Aug 2001 15:20:52 -0400 (EDT)
    > 	(envelope-from pgsql-hackers-owner+M12441@postgresql.org)
    > Received: from www.wgcr.org (www.wgcr.org [206.74.232.194])
    > 	by postgresql.org (8.11.3/8.11.4) with ESMTP id f7LHxnP15711
    > 	for <pgsql-hackers@postgresql.org>; Tue, 21 Aug 2001 13:59:49 -0400 (EDT)
    > 	(envelope-from lamar.owen@wgcr.org)
    > Received: from lowen.wgcr.org (IDENT:lowen@[10.1.2.3])
    > 	by www.wgcr.org (8.9.3/8.9.3/WGCR) with SMTP id NAA25357;
    > 	Tue, 21 Aug 2001 13:59:40 -0400
    >
    > All the delay seems to be in transferring the message from
    > postgresql.org to webmail.postgresql.org ... which are the same
    > machine, or at least the same IP address.  What's up with that?
    >
    > 			regards, tom lane
    >
    > ---------------------------(end of broadcast)---------------------------
    > TIP 6: Have you searched our list archives?
    >
    > http://www.postgresql.org/search.mpl
    >
    
    
    
  10. Re: List response time...

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-08-21T23:58:50Z

    "Marc G. Fournier" <scrappy@hub.org> writes:
    > Huh?  Two different machines altogether ...
    
    Hmm.  Maybe the problem is this:
    
    $ nslookup -q=mx postgresql.org
    Server:  localhost
    Address:  127.0.0.1
    
    Non-authoritative answer:
    postgresql.org  preference = 0, mail exchanger = mail.postgresql.org
    postgresql.org  preference = 20, mail exchanger = mail1.hub.org
    postgresql.org  preference = 20, mail exchanger = mailserv.hub.org
    
    Authoritative answers can be found from:
    postgresql.org  nameserver = NS.TRENDS.CA
    postgresql.org  nameserver = NS.hub.org
    
    mail.postgresql.org     internet address = 216.126.85.28
    mail1.hub.org   internet address = 216.126.85.1
    mailserv.hub.org        internet address = 216.126.84.253
    NS.TRENDS.CA    internet address = 209.47.148.2
    NS.hub.org      internet address = 216.126.84.1
    
    From out here, the primary mail acceptor for 'postgresql.org' shows
    as mail.postgresql.org = 216.126.85.28.  Should we be preferring
    216.126.84.28 instead?  It sure looks like there's an unnecessary
    hop happening inside hub.org.
    
    			regards, tom lane
    
    
  11. Re: List response time...

    Vince Vielhaber <vev@michvhf.com> — 2001-08-22T00:59:16Z

    On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    
    > On Tue, 21 Aug 2001, Lamar Owen wrote:
    >
    > > On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > > > Looking at my message about the bug webpage and
    > > > some other posts, I see that it was delayed for
    > > > about 2h and a half. Some of the post were
    > > > delayed for days... Why is that? Looks like
    > > > the list has problems of some sort which cause
    > > > these irregular delays.
    > >
    > > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > > list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups
    >
    > Actually, the 'multi-day' delay is generally related to posts from ppl
    > that aren't subscribed to the lists that I have to approve manually ...
    >
    > .. as far as server load is concerned, causing several hour delay, we're
    > just about to put online a dual processor server that has been donated to
    > the project ... its first task is going to be mailing list distribution
    > and a open news server for the newsgroups.
    
    Can I put qmail on it first?
    
    Vince.
    -- 
    ==========================================================================
    Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
             56K Nationwide Dialup from $16.00/mo at Pop4 Networking
            Online Campground Directory    http://www.camping-usa.com
           Online Giftshop Superstore    http://www.cloudninegifts.com
    ==========================================================================
    
    
    
    
    
  12. Re: List response time...

    Marc Fournier <scrappy@hub.org> — 2001-08-22T01:13:41Z

    Nope, but thanks for the offer ;)
    
    On Tue, 21 Aug 2001, Vince Vielhaber wrote:
    
    > On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    >
    > > On Tue, 21 Aug 2001, Lamar Owen wrote:
    > >
    > > > On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > > > > Looking at my message about the bug webpage and
    > > > > some other posts, I see that it was delayed for
    > > > > about 2h and a half. Some of the post were
    > > > > delayed for days... Why is that? Looks like
    > > > > the list has problems of some sort which cause
    > > > > these irregular delays.
    > > >
    > > > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > > > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > > > list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups
    > >
    > > Actually, the 'multi-day' delay is generally related to posts from ppl
    > > that aren't subscribed to the lists that I have to approve manually ...
    > >
    > > .. as far as server load is concerned, causing several hour delay, we're
    > > just about to put online a dual processor server that has been donated to
    > > the project ... its first task is going to be mailing list distribution
    > > and a open news server for the newsgroups.
    >
    > Can I put qmail on it first?
    >
    > Vince.
    > --
    > ==========================================================================
    > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
    >          56K Nationwide Dialup from $16.00/mo at Pop4 Networking
    >         Online Campground Directory    http://www.camping-usa.com
    >        Online Giftshop Superstore    http://www.cloudninegifts.com
    > ==========================================================================
    >
    >
    >
    >
    
    
    
  13. Re: List response time...

    Vince Vielhaber <vev@michvhf.com> — 2001-08-22T01:15:00Z

    On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    
    >
    > Nope, but thanks for the offer ;)
    
    Pleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeze?????
    
    You won't be sorry or disappointed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    
    
    
    >
    > On Tue, 21 Aug 2001, Vince Vielhaber wrote:
    >
    > > On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    > >
    > > > On Tue, 21 Aug 2001, Lamar Owen wrote:
    > > >
    > > > > On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > > > > > Looking at my message about the bug webpage and
    > > > > > some other posts, I see that it was delayed for
    > > > > > about 2h and a half. Some of the post were
    > > > > > delayed for days... Why is that? Looks like
    > > > > > the list has problems of some sort which cause
    > > > > > these irregular delays.
    > > > >
    > > > > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > > > > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > > > > list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups
    > > >
    > > > Actually, the 'multi-day' delay is generally related to posts from ppl
    > > > that aren't subscribed to the lists that I have to approve manually ...
    > > >
    > > > .. as far as server load is concerned, causing several hour delay, we're
    > > > just about to put online a dual processor server that has been donated to
    > > > the project ... its first task is going to be mailing list distribution
    > > > and a open news server for the newsgroups.
    > >
    > > Can I put qmail on it first?
    > >
    > > Vince.
    > > --
    > > ==========================================================================
    > > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
    > >          56K Nationwide Dialup from $16.00/mo at Pop4 Networking
    > >         Online Campground Directory    http://www.camping-usa.com
    > >        Online Giftshop Superstore    http://www.cloudninegifts.com
    > > ==========================================================================
    > >
    > >
    > >
    > >
    >
    >
    
    -- 
    ==========================================================================
    Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
             56K Nationwide Dialup from $16.00/mo at Pop4 Networking
            Online Campground Directory    http://www.camping-usa.com
           Online Giftshop Superstore    http://www.cloudninegifts.com
    ==========================================================================
    
    
    
    
    
  14. Re: Re: List response time...

    Trond Eivind Glomsrød <teg@redhat.com> — 2001-08-22T01:55:22Z

    Ian Lance Taylor <ian@airs.com> writes:
    
    > Lamar Owen <lamar.owen@wgcr.org> writes:
    > 
    > > Mailing lists don't scale well to large numbers of subscribers.  I see this 
    > > delay constantly,on multiple lists.  The bigger the list gets, the slower the 
    > > list gets (and the more loaded the server gets, right Marc? :-)).
    > 
    > Note that the postgresql.org mail server is still running sendmail.
    > In my personal experience with sources.redhat.com, qmail is a much
    > better choice to handle large mailing lists.  When we switched from
    > sendmail to qmail, mailing list delays dropped from hours, or
    > sometimes even days, to seconds.
    
    The MTA used for various redhat.com mailing lists is postfix (and
    mailman as listmanager)
    
    -- 
    Trond Eivind Glomsrød
    Red Hat, Inc.
    
    
  15. Re: List response time...

    Marc Fournier <scrappy@hub.org> — 2001-08-22T02:14:27Z

    If it was a sendmail issue, by all means, but it isn't so no :)
    
    On Tue, 21 Aug 2001, Vince Vielhaber wrote:
    
    > On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    >
    > >
    > > Nope, but thanks for the offer ;)
    >
    > Pleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeze?????
    >
    > You won't be sorry or disappointed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    >
    >
    >
    > >
    > > On Tue, 21 Aug 2001, Vince Vielhaber wrote:
    > >
    > > > On Tue, 21 Aug 2001, Marc G. Fournier wrote:
    > > >
    > > > > On Tue, 21 Aug 2001, Lamar Owen wrote:
    > > > >
    > > > > > On Tuesday 21 August 2001 12:59, Serguei Mokhov wrote:
    > > > > > > Looking at my message about the bug webpage and
    > > > > > > some other posts, I see that it was delayed for
    > > > > > > about 2h and a half. Some of the post were
    > > > > > > delayed for days... Why is that? Looks like
    > > > > > > the list has problems of some sort which cause
    > > > > > > these irregular delays.
    > > > > >
    > > > > > Mailing lists don't scale well to large numbers of subscribers.  I see this
    > > > > > delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > > > > > list gets (and the more loaded the server gets, right Marc? :-)).  Newsgroups
    > > > >
    > > > > Actually, the 'multi-day' delay is generally related to posts from ppl
    > > > > that aren't subscribed to the lists that I have to approve manually ...
    > > > >
    > > > > .. as far as server load is concerned, causing several hour delay, we're
    > > > > just about to put online a dual processor server that has been donated to
    > > > > the project ... its first task is going to be mailing list distribution
    > > > > and a open news server for the newsgroups.
    > > >
    > > > Can I put qmail on it first?
    > > >
    > > > Vince.
    > > > --
    > > > ==========================================================================
    > > > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
    > > >          56K Nationwide Dialup from $16.00/mo at Pop4 Networking
    > > >         Online Campground Directory    http://www.camping-usa.com
    > > >        Online Giftshop Superstore    http://www.cloudninegifts.com
    > > > ==========================================================================
    > > >
    > > >
    > > >
    > > >
    > >
    > >
    >
    > --
    > ==========================================================================
    > Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
    >          56K Nationwide Dialup from $16.00/mo at Pop4 Networking
    >         Online Campground Directory    http://www.camping-usa.com
    >        Online Giftshop Superstore    http://www.cloudninegifts.com
    > ==========================================================================
    >
    >
    >
    >
    
    
    
  16. Re: List response time...

    Ian Lance Taylor <ian@airs.com> — 2001-08-22T03:35:02Z

    "Marc G. Fournier" <scrappy@hub.org> writes:
    
    > If it was a sendmail issue, by all means, but it isn't so no :)
    
    Both qmail and postfix radically outperform sendmail for large mailing
    list delivery on identical hardware.  It seems strange to me to say
    that there is no sendmail issue when sendmail itself is the issue.
    The queuing structure sendmail uses is simply wrong when a single
    message has many recipients.  I've run moderately serious (1000 users,
    dozens of messages per day) mailing lists using both sendmail and
    qmail, and there really is no comparison.
    
    Ian
    
    
  17. Re: List response time...

    Colin 't Hart <cthart@yahoo.com> — 2001-08-22T15:05:44Z

    Marc wrote:
    > Actually, the 'multi-day' delay is generally related to posts from ppl
    > that aren't subscribed to the lists that I have to approve manually ...
    
    Is there a quick(er) way to 'subscribe, set nomail' on all the mailing lists
    that are mirrored to news.postgresql.org?
    
    I prefer to read/post through the news server and I've had to subscribe
    manually to most lists.
    
    Cheers,
    
    Colin
    
    
    
    
  18. Re: List response time...

    Lamar Owen <lamar.owen@wgcr.org> — 2001-08-22T15:22:09Z

    On Tuesday 21 August 2001 19:45, Marc G. Fournier wrote:
    > Actually, the 'multi-day' delay is generally related to posts from ppl
    > that aren't subscribed to the lists that I have to approve manually ...
    
    I have been getting delayed duplicates from people (ie, Tom Lane) addressed 
    to only the hackers list (which I know he's subscribed to).  Up to a week 
    after reading it once already.
    
    My mail spool filesystem has severl GB of free space, too.  Unless my 
    sendmail installation is doing funny things. :-)
    --
    Lamar Owen
    WGCR Internet Radio
    1 Peter 4:11
    
    
  19. Re: List response time...

    Tom Lane <tgl@sss.pgh.pa.us> — 2001-08-22T16:25:24Z

    Lamar Owen <lamar.owen@wgcr.org> writes:
    > On Tuesday 21 August 2001 19:45, Marc G. Fournier wrote:
    >> Actually, the 'multi-day' delay is generally related to posts from ppl
    >> that aren't subscribed to the lists that I have to approve manually ...
    
    > I have been getting delayed duplicates from people (ie, Tom Lane) addressed 
    > to only the hackers list (which I know he's subscribed to).
    
    The approval delay isn't only for people who are not subscribed.  Marc
    also has a number of filters in there that are intended to shunt off
    administrivia (ie, people who send uns*bscribe commands to the whole
    list).  This is not a bad idea, but unfortunately, his filter patterns
    are WAY too loose IMHO.  I've had posts delayed because of references
    to c*ncel, s*b-SELECT, and some other words that I could hardly even
    see the connection to administrivia requests.
    
    Hoping that this post gets through without being delayed ;-)
    
    			regards, tom lane
    
    
  20. Re: List response time...

    Matthew T. O'Connor <matthew@zeut.net> — 2001-08-22T18:35:16Z

    > > Actually, the 'multi-day' delay is generally related to posts from ppl
    > > that aren't subscribed to the lists that I have to approve manually ...
    >
    > I have been getting delayed duplicates from people (ie, Tom Lane)
    addressed
    > to only the hackers list (which I know he's subscribed to).  Up to a week
    > after reading it once already.
    >
    
    I can confirm this also.  I have seen delayed (up to several days later)
    duplicates of emails I have already received.
    
    
    
  21. Re: Re: List response time...

    Hannu Krosing <hannu@tm.ee> — 2001-08-24T03:47:51Z

    David Ford wrote:
    > 
    > Ian Lance Taylor wrote:
    > 
    > >>Mailing lists don't scale well to large numbers of subscribers.  I see this
    > >>delay constantly,on multiple lists.  The bigger the list gets, the slower the
    > >>list gets (and the more loaded the server gets, right Marc? :-)).
    > >>
    > >
    > >Note that the postgresql.org mail server is still running sendmail.
    > >In my personal experience with sources.redhat.com, qmail is a much
    > >better choice to handle large mailing lists.  When we switched from
    > >sendmail to qmail, mailing list delays dropped from hours, or
    > >sometimes even days, to seconds.
    > >
    > 
    > It's all in the configuration.  I slam mails around dozens of machines
    > in seconds using sendmail and I process a lot of mail.
    
    Not only configuration. A friend of mine upgraded a computer that was
    unable 
    to handle the mail feed from P200 to PIII 800 going from sendmail to
    qmail at 
    the same time. The load average dropped from "allways very busy" to
    0.02. 
    
    It is possible that it is mainly from better conf and faster processor
    but then 
    I'd claim that qmail is easier to configure for big load.
    
    ----------------
    Hannu
    
    
  22. Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T06:06:49Z

    >
    >
    >All the delay seems to be in transferring the message from
    >postgresql.org to webmail.postgresql.org ... which are the same
    >machine, or at least the same IP address.  What's up with that?
    >
    
    Looks like sendmail?  Change your queue runs to be more aggressive.  I 
    have an mc file on http://blue-labs.org/clue/bluelabs.mc that has some 
    aggressive queue definitions.
    
    David
    
    
    
    
    
  23. Re: Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T06:07:57Z

    Ian Lance Taylor wrote:
    
    >>Mailing lists don't scale well to large numbers of subscribers.  I see this 
    >>delay constantly,on multiple lists.  The bigger the list gets, the slower the 
    >>list gets (and the more loaded the server gets, right Marc? :-)).
    >>
    >
    >Note that the postgresql.org mail server is still running sendmail.
    >In my personal experience with sources.redhat.com, qmail is a much
    >better choice to handle large mailing lists.  When we switched from
    >sendmail to qmail, mailing list delays dropped from hours, or
    >sometimes even days, to seconds.
    >
    
    It's all in the configuration.  I slam mails around dozens of machines 
    in seconds using sendmail and I process a lot of mail.
    
    David
    
    
    
    
  24. Re: Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T06:09:03Z

    >
    >
    >You are seeing sendmail's poorly designed queuing behaviour in action.
    >sendmail limits itself by outgoing messages, rather than outgoing
    >deliveries.  This causes one slow delivery to hold up many fast
    >deliveries.
    >
    
    Again, all in the configuration....rinse, repeat.
    
    Simply change your queue priority.
    
    David
    
    
    
    
  25. Re: Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T06:13:52Z

    Vince Vielhaber wrote:
    
    >ooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhh....  I've been raggin on
    >Marc on that one for well over a year, maybe two..  I started using
    >qmail when it was still in .7something beta and never looked back.  The
    >folks at Security Focus have moved all of the lists to ezmlm (part of
    >qmail) and have had nothing but success...  But don't tell Marc.
    >
    
    And ezlm is -ever- so quick to tell you your mail is bouncing when your 
    link goes down for a few hours or is sporadic.  I know of several others 
    that simply send you the emails that are in queue.
    
    -d
    
    
    
    
  26. Re: Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T06:18:35Z

    Ian Lance Taylor wrote:
    
    >Both qmail and postfix radically outperform sendmail for large mailing
    >list delivery on identical hardware.  It seems strange to me to say
    >that there is no sendmail issue when sendmail itself is the issue.
    >The queuing structure sendmail uses is simply wrong when a single
    >message has many recipients.  I've run moderately serious (1000 users,
    >dozens of messages per day) mailing lists using both sendmail and
    >qmail, and there really is no comparison.
    >
    
    Ian, please
    
    It's in the configuration.  I run much more than the above and have no 
    issues at all.
    
    -d
    
    
    
    
  27. Re: Re: List response time...

    speedboy <speedboy@nomicrosoft.org> — 2001-08-24T07:57:44Z

    > It's in the configuration.  I run much more than the above and have no 
    > issues at all.
    
    Yeah, some people shouldn't have root even if they own the machine.
    
    
    
  28. Re: Re: List response time...

    Vince Vielhaber <vev@michvhf.com> — 2001-08-24T11:17:48Z

    On Fri, 24 Aug 2001, David Ford wrote:
    
    > It's all in the configuration.  I slam mails around dozens of machines
    > in seconds using sendmail and I process a lot of mail.
    
    So have you patched for the latest of the many sendmail root exploits?
    
    Vince.
    -- 
    ==========================================================================
    Vince Vielhaber -- KA8CSH    email: vev@michvhf.com    http://www.pop4.net
             56K Nationwide Dialup from $16.00/mo at Pop4 Networking
            Online Campground Directory    http://www.camping-usa.com
           Online Giftshop Superstore    http://www.cloudninegifts.com
    ==========================================================================
    
    
    
    
    
  29. Re: [OT] Re: List response time...

    David Ford <david@blue-labs.org> — 2001-08-24T17:31:30Z

    Vince Vielhaber wrote:
    
    >On Fri, 24 Aug 2001, David Ford wrote:
    >
    >>It's all in the configuration.  I slam mails around dozens of machines
    >>in seconds using sendmail and I process a lot of mail.
    >>
    >
    >So have you patched for the latest of the many sendmail root exploits?
    >
    >Vince.
    >
    
    I keep my systems up to latest and greatest that passes the lab. 
     Currently 8.12.0b19.  Since I keep things up to date and read the 
    documentation... I tend to avoid most security problems.  Do keep in 
    mind that most of the latest issues are symbiotic problems due to issues 
    found in LK capabilities.
    
    -d
    
    
    
    
  30. Re: List response time...

    Ian Lance Taylor <ian@airs.com> — 2001-08-24T22:22:47Z

    speedboy <speedboy@nomicrosoft.org> writes:
    
    > > It's in the configuration.  I run much more than the above and have no 
    > > issues at all.
    > 
    > Yeah, some people shouldn't have root even if they own the machine.
    
    Since I was the original poster I'm going to take minor umbrage.  I've
    been writing and distributing free software for over ten years, and my
    work can be found in every Linux and *BSD distribution.  What have you
    done for the world lately?
    
    I also do know how to configure sendmail, another thing I did for over
    ten years until I switched to qmail in 1998.  I will have to
    respectfully disagree with David Ford, with the proviso that it is
    certainly possible that recent sendmail releases have better queuing
    behaviour.  David, have you ever tried qmail or postfix?  Why not?
    
    Ian
    
    
  31. Re: List response time...

    Ian Lance Taylor <ian@airs.com> — 2001-08-24T22:26:12Z

    David Ford <david@blue-labs.org> writes:
    
    > >ooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhh....  I've been raggin on
    > >Marc on that one for well over a year, maybe two..  I started using
    > >qmail when it was still in .7something beta and never looked back.  The
    > >folks at Security Focus have moved all of the lists to ezmlm (part of
    > >qmail) and have had nothing but success...  But don't tell Marc.
    > >
    > 
    > And ezlm is -ever- so quick to tell you your mail is bouncing when
    > your link goes down for a few hours or is sporadic.  I know of several
    > others that simply send you the emails that are in queue.
    
    I don't know what you are referring to here.  ezmlm simply handles
    bounces generated by the MTA.  qmail does not bounce mail merely
    because a link goes down for a few hours or is sporadic.
    
    There is an issue here which you may be referring to: vanilla ezmlm
    does not handle temporary failure DSN notices very well--it treats
    them as bounces.  This is easily fixable, and in fact I believe that
    ezmlm+idx (which is what most people use) does handle them correctly
    by default.
    
    Ian
    
    
  32. Re: Re: List response time...

    Justin Clift <justin@postgresql.org> — 2001-08-25T15:02:29Z

    Hey guys,
    
    Can you move this thread elsewhere?
    
    It's EXTREMELY off topic now.
    
    :(
    
    Regards and best wishes,
    
    Justin Clift
    
    
    Ian Lance Taylor wrote:
    > 
    > David Ford <david@blue-labs.org> writes:
    > 
    > > >ooooooooooooooooooooooohhhhhhhhhhhhhhhhhhhhhh....  I've been raggin on
    > > >Marc on that one for well over a year, maybe two..  I started using
    > > >qmail when it was still in .7something beta and never looked back.  The
    > > >folks at Security Focus have moved all of the lists to ezmlm (part of
    > > >qmail) and have had nothing but success...  But don't tell Marc.
    > > >
    > >
    > > And ezlm is -ever- so quick to tell you your mail is bouncing when
    > > your link goes down for a few hours or is sporadic.  I know of several
    > > others that simply send you the emails that are in queue.
    > 
    > I don't know what you are referring to here.  ezmlm simply handles
    > bounces generated by the MTA.  qmail does not bounce mail merely
    > because a link goes down for a few hours or is sporadic.
    > 
    > There is an issue here which you may be referring to: vanilla ezmlm
    > does not handle temporary failure DSN notices very well--it treats
    > them as bounces.  This is easily fixable, and in fact I believe that
    > ezmlm+idx (which is what most people use) does handle them correctly
    > by default.
    > 
    > Ian
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 5: Have you checked our extensive FAQ?
    > 
    > http://www.postgresql.org/users-lounge/docs/faq.html
    
    -- 
    "My grandfather once told me that there are two kinds of people: those
    who work and those who take the credit. He told me to try to be in the
    first group; there was less competition there."
       - Indira Gandhi