Consider an IT infrastructure comprising several web and EJB applications. Each application is expected to handle significantly different workloads and, therefore, has different resource and scalability requirements.
Which is the best solution?
Consider an IT infrastructure comprising several web and EJB applications. Each application is expected to handle significantly different workloads and, therefore, has different resource and scalability requirements.
Which is the best solution?
Configuring a separate cluster for each application allows each cluster to be tailored to the specific resource and scalability requirements of the respective application. This solution provides better isolation, improves scalability, and ensures each application can operate optimally without interference from the others. It is a more effective way to handle diverse workloads compared to separate proxies or dedicated servers or node managers for each application.
B seems better to me