From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <13426df10904271740x193e2987r86cd11ca840c2080@mail.gmail.com> Date: Tue, 28 Apr 2009 07:29:34 -0700 Message-ID: <13426df10904280729i4b91c1ebi20d75fc59a64f94c@mail.gmail.com> From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] just in case anyone has written this Topicbox-Message-UUID: f4053c74-ead4-11e9-9d60-3106f5b1d025 On Tue, Apr 28, 2009 at 2:05 AM, roger peppe wrote: > 2009/4/28 ron minnich : >> On the inbound side, I need it to merge lines so that, e.g., a line from >> 11.1.1.1 and 11.1.1.2 if same, gets printed as >> 1-2: Mon may 8 2011 > > if you do this, then presumably you can't print a line > from any source until you've got a line from all of them. > is that what you want? or does the merging apply only > to lines received within some time interval of each other? you have to have a timeout (which I do) since nodes can always fail or not talk to you ron