On Tue, 9 Aug 2005, john allspaw wrote:
actually using the FIFO file works, but under high load, something Very Wrong happens, and squid starts either slowing down, or refuses connections.
Sounde like the FIFO fills up faster by Squid than the receiver can process the log entries. Another good reason why to log to a file and use File::Tail to read the data from there.
Regards Henrik