Connection Management
Connect drivers and providers support the ability to pool and manage connections resulting in better performance and system utilization.
|
X
|
|
|
|
|
|
![]() |
Application code requests connection to DB. Application is completely abstracted from pooling logic – no application code required to leverage pool |
| DataDirect allocates connections from pool when available, otherwise new connections are created | |
| DataDirect takes care of managing the pool | |
| Connection pooling has no dependencies on the underlying RDBMS | |







