Tag

SIGPIPE

0 views collected around this technical thread.

IT Services Circle
IT Services Circle
Nov 25, 2024 · Fundamentals

Understanding SIGPIPE Signal and Preventing Service Crashes in Go‑Rust Integration

This article explains how the Linux SIGPIPE signal is generated during broken TCP connections, why the default kernel handling can terminate Go services that call Rust code via cgo, and provides practical code examples to ignore SIGPIPE and avoid silent process exits.

GoLinux SignalsSIGPIPE
0 likes · 15 min read
Understanding SIGPIPE Signal and Preventing Service Crashes in Go‑Rust Integration
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.

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