From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16613 invoked from network); 16 Jul 1998 16:54:48 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 16 Jul 1998 16:54:48 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA21810; Thu, 16 Jul 1998 12:46:14 -0400 (EDT) Resent-Date: Thu, 16 Jul 1998 12:40:05 -0400 (EDT) Message-ID: <19980716221117.A22693@cse.iitb.ernet.in> Date: Thu, 16 Jul 1998 22:11:17 +0530 From: Nitin P Garg To: zsh-users@math.gatech.edu, sweth@astaroth.nit.gwu.edu Subject: Re: rolling over high-traffic logfiles? References: <980716082633.ZM15563@candle.brasslantern.com> <199807161614.RAA32121@taos.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199807161614.RAA32121@taos.demon.co.uk>; from Zefram on Thu, Jul 16, 1998 at 05:14:28PM +0100 Resent-Message-ID: <"Vyfvy3.0.uH5.apYhr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1681 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu [snipped...lots of suggestions] hmm...maybe there is a simple solution, how about making the file a named pipe ? then a process could simply read from it and write to a somefile.date and the reading process could simply keep changing .date part as frequent as one programs it to. any problems with this ??? ++garg