Tag

Real-time Systems

1 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
May 24, 2024 · Fundamentals

Linux Kernel Preemption Mechanism: Principles, Implementation, and Performance Analysis

The article examines Linux 6.1’s preemption mechanism, explaining latency sources, the three preemption configurations (none, voluntary, full), the TIF_NEED_RESCHED flag and preempt_count tracking, and how preempt_enable/disable affect real‑time responsiveness, illustrated by a case where RT threads cannot preempt CFS due to disabled preemption in critical driver code.

Linux kernelOperating SystemsPreemption
0 likes · 21 min read
Linux Kernel Preemption Mechanism: Principles, Implementation, and Performance Analysis
Beike Product & Technology
Beike Product & Technology
Jan 6, 2021 · Backend Development

Real-time Push Solution for New House Listings in Beike App

This article details the implementation of a real-time push system for new house listings based on user search subscriptions.

Backend DevelopmentData ProcessingReal-time Systems
0 likes · 11 min read
Real-time Push Solution for New House Listings in Beike App