Re: single instance of multilog for multiple processes
[email protected] (Paul Jarc) Sun, 20 Sep 2009 19:32:55 -0400
| Newsgroups | gmane.comp.djb.syslog |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
Richard Lucassen <[email protected]> wrote: > Two processes writing simultaneously to the fifo will be processed > sequentially AFAIK. As long as their output lines are short enough, each line will come through intact. Otherwise, you may get the beginning of a long line from one process, then a line from another process, then the rest of the first line. Using separate multilogs and merging their log files would avoid that problem. paul