Tag

server concurrency

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Feb 11, 2020 · Backend Development

Improving Server Concurrency and Performance: Methods and Strategies

This article explains what server concurrency means, how to measure it with throughput and stress testing, and presents practical techniques such as CPU parallelism, reducing context switches and lock contention, using persistent connections, optimizing I/O models, and scaling hardware to boost overall server performance.

Backend DevelopmentI/O modelsPerformance Tuning
0 likes · 15 min read
Improving Server Concurrency and Performance: Methods and Strategies