Skip to content
Long Wang
Archive Search Tags About

Linux

Linux

mmap() vs read(): When Zero-Copy Is Actually Slower

Is mmap() faster than read()? Compare copying, page faults, readahead, TLB pressure, tail latency, and the workloads …

Jul 13, 2026 · 9 min read
Linux

fork() in Multithreaded Programs: The Child Gets the State, Not the Threads

When a multithreaded process calls fork(), the child keeps locked mutexes, half-flushed buffers, and shared file …

Jul 10, 2026 · 9 min read
Linux

Linux Processes vs Threads: NPTL and Clone() Explained

This article explains the differences between Linux processes and threads, focusing on how Linux implements threading …

Sep 24, 2019 · 10 min read
  • ««
  • «
  • 1
  • 2
  • »
  • »»
Long Wang Field-tested notes on AI and backend engineering
Site ArchiveSearchTagsAbout
Follow GitHub RSS Email
Powered by Hugo and the Stacknote theme © 2026 Long Wang · All rights reserved