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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *