Connection Pooling works when MTS is configured

Advantages
----------
1.Limits the number of network resources used per process.
2.Maximizes the number of client/server sessions over a limited number of physical connections.
3.Optimizes resource utilization.

Connection Pooling Recommended for: Networks where many clients run interactive "high think/search time" applications such as messaging and OLAP.

Above contents are from metalink docid Note:99713.1

HTH
Ravinder