For a high-traffic web application, which servlet optimization strategy would best balance load?
- Implementing load balancing
- Increasing server cache size
- Minimizing session management
- Using a single server instance
Implementing load balancing is a key strategy to distribute the incoming traffic among multiple servers, ensuring a better balance and improved performance for a high-traffic web application.
Loading...
Related Quiz
- How is an asynchronous task started in a servlet?
- How do distributed transactions differ from local transactions?
- A thread-safe servlet ensures that shared data is accessed in a _________ manner.
- How do you set a parameter in a PreparedStatement?
- When implementing a servlet to handle form data from a dynamically generated form with varying field names, what strategy should be employed?