Tagged articles
8 articles
Page 1 of 1
21CTO
21CTO
Nov 7, 2024 · Information Security

How a Tiny Linux Patch Boosted Multithread Performance by 2.6%

Linus Torvalds' recent kernel tweak eliminates a barrier function, improving multithread performance by 2.6% while addressing speculative‑execution vulnerabilities like Meltdown and Spectre, illustrating the trade‑off between speed and security in modern Linux systems.

Linus TorvaldsSpeculative Executioncopy_from_user
0 likes · 4 min read
How a Tiny Linux Patch Boosted Multithread Performance by 2.6%
dbaplus Community
dbaplus Community
Dec 14, 2023 · Big Data

How Flink Powers Unified Stream‑Batch Processing at Scale: Production Lessons

This article explains why Flink was chosen as a unified stream‑batch engine, details the migration from Lambda architecture, outlines the Flink Batch production workflow, and shares key optimizations such as Hive dialect support, CTAS, adaptive scheduling, speculative execution, and future roadmap for large‑scale data processing.

Adaptive SchedulerBatch ProcessingBig Data
0 likes · 31 min read
How Flink Powers Unified Stream‑Batch Processing at Scale: Production Lessons
Sohu Tech Products
Sohu Tech Products
Mar 2, 2022 · Information Security

Understanding the Spectre Vulnerability and Browser Mitigations

This article explains the Spectre hardware side‑channel vulnerability, its exploitation via speculative execution and cache timing, demonstrates simple JavaScript attacks, and reviews various browser mitigation strategies such as cache‑control headers, disabling high‑resolution timers, COOP, COEP, and CORB to reduce attack surface.

Browser SecurityMitigationsSpectre
0 likes · 15 min read
Understanding the Spectre Vulnerability and Browser Mitigations
21CTO
21CTO
Feb 27, 2022 · Fundamentals

Why the Linux Kernel Is Switching to Modern C (C11) in Version 5.18

The Linux kernel community is debating moving from the outdated C89 standard to a modern C standard—likely C11—for the upcoming 5.18 release, driven by bug fixes, macro safety concerns, and support from key developers.

C standardsC11Linux kernel
0 likes · 5 min read
Why the Linux Kernel Is Switching to Modern C (C11) in Version 5.18
MaGe Linux Operations
MaGe Linux Operations
Jan 4, 2018 · Information Security

Unveiling Meltdown: How Speculative Execution Leaks Data and How to Fix It

The article explains the Meltdown CPU vulnerability discovered by Google Project Zero, detailing its speculative‑execution root cause, how attackers can read protected memory across virtual machines, the performance‑impacting OS‑level mitigations like KPTI, and the broader implications for cloud providers and users.

CPU vulnerabilityKPTIMeltdown
0 likes · 7 min read
Unveiling Meltdown: How Speculative Execution Leaks Data and How to Fix It