Tag

kernel scheduling

0 views collected around this technical thread.

High Availability Architecture
High Availability Architecture
Jul 14, 2021 · Cloud Native

TencentOS Server: Cloud‑Native OS Architecture and Scheduling Innovations

This article introduces TencentOS Server, a cloud‑native Linux distribution developed by Tencent, detailing its general OS architecture, IaaS usage, cloud‑native scheduling (TCNS, BT, VMF, ECFS), resource QoS (RUE), quality monitoring, service‑level indicators, and integration with Kubernetes to enhance performance, isolation, and resource utilization.

Cloud NativeRUETCNS
0 likes · 20 min read
TencentOS Server: Cloud‑Native OS Architecture and Scheduling Innovations
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jul 31, 2015 · Backend Development

Load Balancing Between Worker Threads in Multithreaded Server Programs

The article explains how kernel‑level load balancing works, why naïve thread‑pool wake‑up can cause CPU imbalance, and proposes using thread affinity, priority layers and a custom layered condition variable to achieve better performance in multithreaded server applications on Linux.

LinuxPerformance Tuningkernel scheduling
0 likes · 21 min read
Load Balancing Between Worker Threads in Multithreaded Server Programs