Tag

Server Scalability

1 views collected around this technical thread.

IT Services Circle
IT Services Circle
Apr 25, 2023 · Backend Development

Understanding Java Virtual Threads (Coroutines) and Their Impact on Server Concurrency

The article explains Java's new Virtual Thread (coroutine) feature, compares the traditional thread‑per‑request model with asynchronous and coroutine approaches, discusses Little's Law for scalability, and outlines the benefits and pitfalls of using coroutines in server‑side Java applications.

Async ProgrammingJavaServer Scalability
0 likes · 10 min read
Understanding Java Virtual Threads (Coroutines) and Their Impact on Server Concurrency
Architect's Guide
Architect's Guide
Sep 7, 2022 · Fundamentals

Understanding TCP Connection Limits: Theory, Port Numbers, and Practical Constraints

The article explains how TCP connections are identified by a four‑tuple, why the theoretical maximum of 65,535 client ports does not cap server concurrency, and how real‑world limits are governed by memory, file‑descriptor counts, and port reuse techniques.

Port NumbersServer ScalabilityTCP
0 likes · 11 min read
Understanding TCP Connection Limits: Theory, Port Numbers, and Practical Constraints