Tomcat vs Netty: Two Concurrency Models
The same idea — serve HTTP — implemented two completely different ways. Servlets and thread-per-request vs event loops and non-blocking channels.
The same idea — serve HTTP — implemented two completely different ways. Servlets and thread-per-request vs event loops and non-blocking channels.