Tagged articles
6 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Jun 26, 2024 · Operations

Why Server Memory Modules Have More Chips than Desktop Memory

Server memory modules contain many more chips than desktop DIMMs because they use ECC, which adds extra parity chips, and they employ registered or load‑reduced designs that include a register clock driver and, for LRDIMMs, a data buffer, all of which increase the chip count per rank.

ECCHardwareLRDIMM
0 likes · 6 min read
Why Server Memory Modules Have More Chips than Desktop Memory
21CTO
21CTO
Sep 26, 2015 · Backend Development

How to Tame High Concurrency: Front‑End Tricks and Server Optimizations

This article examines why modern web systems face exploding concurrent connections, explains how richer pages and browser limits increase load, and presents front‑end caching, request merging, Apache/Nginx memory and CPU optimizations, and practical guidelines for reducing server resource consumption.

ApacheCPUWeb Performance
0 likes · 19 min read
How to Tame High Concurrency: Front‑End Tricks and Server Optimizations
Qunar Tech Salon
Qunar Tech Salon
Mar 18, 2015 · Backend Development

Optimizing Web Server Performance for High Concurrency: Front‑end Techniques and Server‑side Strategies

The article examines the rise of high‑concurrency web connections, explains how richer front‑end interactions increase load, and presents a range of optimization techniques—from caching and request merging to server‑side memory and CPU reductions using Apache MPM modes, Nginx, and sendfile—to improve web service efficiency.

ApacheCPU optimizationFrontend Optimization
0 likes · 19 min read
Optimizing Web Server Performance for High Concurrency: Front‑end Techniques and Server‑side Strategies