Jolt Pooling and Round Robin
My understanding of the default behavior of jolt connections between a weblogic server and the application server, is that all servers listed in the configuration.properties, psserver= parameter are utilized in turn, via round robin. This would suggest that as each new connection is made to the application server, the next entry in 'psserver' is used. I'm wondering what happens to that round robin situation in the case of jolt pooling being enabled. With jolt pooling enabled, the first connection comes in and goes to the first entry in 'psserver'. When the second connection comes in, does it immediately move on to the next