This graphic shows how requests are distributed in JServ compared to
how they were distributed by the Oracle Application Server processes.

In JServ, requests are distributed among all available JServ engines.
rn OAS, requests were sent to a single servlet engine until all of its
threads were used up, then subsequent requests were sent to another
servlet engine, and so on.