Enable Connection Pooling
To enable connection pooling, set the following properties:
Use_Persistent_Connections
Size_of_Connection_Pool
Connection_Idle_Timeout
Example
<Use_Persistent_Connections>yes</Use_Persistent_Connections>
<Size_of_Connection_Pool>300</Size_of_Connection_Pool>
<Connection_Idle_Timeout>600000</Connection_Idle_Timeout>
For more details about connection pooling, refer to Connection Pooling.
Note
To disable connection pooling, set Use_Persistent_Connections
property to no
.