Connection Pooling
When you enable pooling, ActiveMatrix BusinessWorks creates a pool of TCP connections. TCP Connection pooling is available only on the client side and is disabled by default.
The maximum size of the pool can be specified using the Maximum Connection configuration field. A separate pool of TCP connections is created for every shared resource.
When pooled connections are required, the TCP Open Connection activity retrieves the connections from the pool. A check to identify stale connections is also done at the time of retrieval. Connections when freed are returned to the pool by the TCP Close Connection activity.
Overriding the host, port or local host values in the TCP Open Connection activity results in the creation of connections outside the pool, even if pooling is enabled on the referred shared resource.