InterviewSolution
Saved Bookmarks
| 1. |
What Is Load Balancing? |
|
Answer» If the NUMBER of incoming clients requests EXCEEDS the number of PROCESSES in a server class, the TP MONITOR may dynamically start new ONES and this is called Load balancing. If the number of incoming clients requests exceeds the number of processes in a server class, the TP Monitor may dynamically start new ones and this is called Load balancing. |
|