Scalability
Enterprise Application Integration EAI
EAI – Enterprise Application Integration
A typical environment might involve couple of WAS instances connecting to couple of different host environments via EAI. WAS instances are deployed in the same EAR file, load balancer like Cisco Content Switch S load balance device to distribute the load on the server and balance the HTTP Requests. Client requests are [...]
Scalability Issues Vertical and Horizontal Scaling
Scalability:
When multiple requests are sent to the server, there is a possibility of thread over head, consumption of memory stacks, blocking, asynchronous I/O resulting in scalability issues.
The scalability issues should be resolved by adding new servers on the existing node or add new additional nodes to
enable the server to handle increasing loads without performance degradation, and [...]


