Tuesday, November 29, 2011

Is load balancing possible with a servlet?

Load balancing is possible with the use of servlets. A servlet can forward requests to other servers which can drastically reduce load. This technique can reduce load by mirroring the same content among several servers. A single logical service can be partitioned among several servers i.e., routing according to task type.
Category:Servlet Interview Questions

No comments:

Post a Comment