DirectMode Connecting Pooling
Posted: Wed 27 Apr 2011 17:54
We are using version 6.10.121 of dotConnect for Oracle that targets Oracle 10.2.0.4.
The following connection string is used in a Windows Form application:
User Id=USER;Password=PASSWORD;Server=DATABASE;Service Name=DATABASE;Direct=True;Pooling=true;min pool size=25;max pool size=125;
The problem we are having is 25 connections are created for each client that runs. Am I missing something? Isn't the whole point of connection pooling to share the connections among all the clients?
Kevin
The following connection string is used in a Windows Form application:
User Id=USER;Password=PASSWORD;Server=DATABASE;Service Name=DATABASE;Direct=True;Pooling=true;min pool size=25;max pool size=125;
The problem we are having is 25 connections are created for each client that runs. Am I missing something? Isn't the whole point of connection pooling to share the connections among all the clients?
Kevin