Re: Make a nice buffer?

2004-03-26 Thread Gary Stainburn
On Thursday 25 March 2004 10:30 pm, David Busby wrote: List, I want to make a buffer for my application to write log data to. I've created a fifo (`mkfifo /tmp/buf`) Then I made my PERL script that reads from /tmp/buf. Other programs open and write to /tmp/buf but when they close then my

Make a nice buffer?

2004-03-25 Thread David Busby
List, I want to make a buffer for my application to write log data to. I've created a fifo (`mkfifo /tmp/buf`) Then I made my PERL script that reads from /tmp/buf. Other programs open and write to /tmp/buf but when they close then my program that is reading from /tmp/buf stops. I want the