Creating Connections
The connection manager requests new connections from an adapter's connection factory when the node is enabled, and whenever there is demand for a connection and the pooling limits defined by the connection node have not been exceeded. If pooling for the node is disabled, the manager creates a connection for each request, and destroys it when the request is completed. The process of creating a connection is shown in steps 5-7 in the figure above.