fifos

All posts tagged fifos by Linux Bash
  • Posted on
    Featured Image
    The blog article describes how to use the `tee` command along with FIFOs (First In, First Out pipelines) in Linux for splitting a single data stream into multiple processes. This method enhances concurrent real-time data processing by utilizing named pipes created with `mkfifo`, allowing output from one source to efficiently feed into various processes concurrently without disk storage. Example configurations demonstrate the practical application of these techniques in logging and data analysis.