Tagged articles

Server Scalability

3 articles · Page 1 of 1
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 ProgrammingCoroutinesServer Scalability
0 likes · 10 min read
Understanding Java Virtual Threads (Coroutines) and Their Impact on Server Concurrency
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Mar 16, 2015 · Mobile Development

Why Mobile Platforms Diverge: Lessons from Renren’s Cross‑Platform Journey

The article examines the four stages of mobile terminal evolution, compares six major mobile operating systems, recounts Renren's early JavaME attempts, the development of a custom browser engine, and the eventual adoption of a tab‑plus‑view‑stack architecture backed by a scalable JavaEE server infrastructure.

Cross‑Platform ArchitecturePlatform EvolutionRenren
0 likes · 21 min read
Why Mobile Platforms Diverge: Lessons from Renren’s Cross‑Platform Journey