Received: from localhost by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id SAA25670; Wed, 6 Mar 1996 18:50:48 -0500 Received: by CS.UTK.EDU (bulk_mailer v1.4); Wed, 6 Mar 1996 18:50:28 -0500 Received: from Tomobiki-Cho.CAC.Washington.EDU by CS.UTK.EDU with SMTP (cf v2.9s-UTK) id SAA25604; Wed, 6 Mar 1996 18:50:25 -0500 Received: from UW-Gateway.Panda.COM by Tomobiki-Cho.CAC.Washington.EDU (NX5.67f2/UW-NDC Revision: 2.27.MRC ) id AA18729; Wed, 6 Mar 96 15:50:15 -0800 Received: from localhost by Ikkoku-Kan.Panda.COM (NX5.67e/UW-NDC/Panda Revision: 2.27.MRC ) id AA08848; Wed, 6 Mar 96 15:50:10 -0800 Date: Wed, 6 Mar 1996 15:10:52 -0800 (PST) From: Mark Crispin Sender: Mark Crispin Subject: Re: re PIPELINING To: drums@cs.utk.edu In-Reply-To: <19960306230035.15369.qmail@koobera.math.uic.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII I propose that we all ignore Bernstein until he listens to contrary opinions without airily dismissing them as "Bullshit" followed by unsubstantiated claims ("if you had even glaced at...", "it scales just fine", etc.). His current means of discussion is not condusive towards achieving understanding, much less arriving at a solution. On 6 Mar 1996 23:00:35 GMT, D. J. Bernstein wrote: > > Bernstein's algorithm is intended to improve real-time latency with > > sendmail's > > type of queueing strategy. > > Bullshit. If you had even glanced at qmail you would be aware that its > queueing strategy is very different from sendmail's. > > In particular, qmail does not ``delay the easy cases because of ... the > hard cases.'' Messages are handled independently. The only reason qmail > ever delays is to obey the concurrency limit imposed by the sysadmin. > > > Nor does it scale; > > Bullshit. It scales just fine. > > > I recommend that we make the observation that using a single-threaded FIFO > > queue in a mailer leads to performance problems, and move on. > > ``FIFO queue'' is redundant. ``Single-threaded queue'' is meaningless. > And it's counterproductive to call a particular level of performance a > ``problem'' if you don't suggest a way to do better. > > I (obviously) have no objection to the existing ``multiple concurrent > outgoing mail transactions'' paragraph. > > ---Dan