Configuration 2: Parallel Requests

This image shows a configuration that splits the request processing workload between two copies of the Web application running in a single JADE node. A maximum of 20 outstanding requests is permitted (MaxInUse). When an application copy completes a request on a connection, it selects the next queued connection from the MWTT connection queue and reads and processes the request. Each application copy is a JADE process and requires a process license.

You can run more application copies in parallel, which will reduce the average overall elapsed time for each request but increase contention for resources.