ADONETpooler
ADONETpooler is a term used to describe the connection pooling mechanism implemented by ADO.NET providers. It is not a separate product but the component that manages the lifecycle of database connections to improve performance by reusing existing connections instead of creating and destroying them for every request.
ADONETpooler operates primarily within the ADO.NET provider layer and is typically organized per distinct connection string.
Configuration and behavior are largely controlled by the connection string. Pooling can usually be enabled or
Usage considerations include ensuring that connections are always closed or disposed to return them to the