Tag

process communication

0 views collected around this technical thread.

Deepin Linux
Deepin Linux
Jan 31, 2025 · Fundamentals

Understanding Shared Memory in Linux: Concepts, APIs, and Practical Examples

This article explains the fundamentals of shared memory as an efficient inter‑process communication method on Linux, covering its principles, core system calls, usage steps, advantages, synchronization challenges, and real‑world case studies with complete C code examples.

C++IPCLinux
0 likes · 19 min read
Understanding Shared Memory in Linux: Concepts, APIs, and Practical Examples
IT Architects Alliance
IT Architects Alliance
Sep 21, 2021 · Fundamentals

Analyzing Android 6.0 Storage Architecture and Communication Design

This article examines Android 6.0’s storage architecture, detailing the roles and interactions of MountService, Vold, and the kernel, illustrating module and process structures, communication flows via sockets, and highlighting performance considerations such as thread blocking and ANR issues.

AndroidMountServiceVold
0 likes · 14 min read
Analyzing Android 6.0 Storage Architecture and Communication Design