Tag

Pipes

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
May 20, 2025 · Operations

Master Linux Redirection and Pipes: From File Descriptors to Inter‑Process Communication

This article explains Linux redirection, the three standard streams and their file descriptors, how to adjust descriptor limits, practical redirection examples, and the fundamentals of pipes—including anonymous and named pipes, their characteristics, and typical use cases for inter‑process communication.

IPCLinuxPipes
0 likes · 13 min read
Master Linux Redirection and Pipes: From File Descriptors to Inter‑Process Communication
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jul 24, 2020 · Fundamentals

Common Interprocess Communication Methods in Linux

This article introduces several Linux interprocess communication mechanisms—including pipes, message queues, shared memory, semaphores, signals, and sockets—explaining their principles, advantages, drawbacks, and typical usage scenarios for developers preparing for system‑level programming or interviews.

IPCLinuxMessage Queues
0 likes · 7 min read
Common Interprocess Communication Methods in Linux
Efficient Ops
Efficient Ops
May 23, 2019 · Fundamentals

Understanding Real-Time Data Flow and SIGPIPE in Linux Pipes

This article explains how Linux pipes transmit data in real time, explores buffering modes, demonstrates practical experiments with Python scripts, and details read/write rules, including SIGPIPE handling, providing developers with essential insights for effective command-line pipeline usage.

BufferingLinuxPipes
0 likes · 11 min read
Understanding Real-Time Data Flow and SIGPIPE in Linux Pipes