Tag

Asynchronous Servlet

1 views collected around this technical thread.

Top Architect
Top Architect
Feb 7, 2022 · Backend Development

Understanding Tomcat: Architecture, Components, Lifecycle, Connectors, and Asynchronous Servlets

This article provides a comprehensive overview of Tomcat, covering its role as a Java web server, internal components such as Server, Service, Connector and Container, lifecycle management, deployment methods, connector implementations (BIO, NIO, APR), Comet support, and asynchronous servlet processing, with code examples for thread handling.

Asynchronous ServletConnectorServlet Container
0 likes · 20 min read
Understanding Tomcat: Architecture, Components, Lifecycle, Connectors, and Asynchronous Servlets
Qunar Tech Salon
Qunar Tech Salon
May 31, 2017 · Backend Development

Performance Tuning of Tomcat Connector Parameters for Asynchronous Servlet Applications

This article examines how Tomcat connector settings such as acceptCount, maxConnections, maxThreads, executor, and protocol affect concurrency and throughput in asynchronous servlet environments, and demonstrates tuning steps that significantly improve performance.

Asynchronous ServletConnectorThreadPool
0 likes · 6 min read
Performance Tuning of Tomcat Connector Parameters for Asynchronous Servlet Applications