Re: Connection Pooling!!

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Fri, 9 Sep 2005 22:55:47 -0400, "Sahil Malik [MVP]" <contactmethrumyblog@xxxxxxxxxx> wrote:

¤ Pools are per appdomain, per connection string. In case of NT Auth the pool
¤ is further partitioned <-- That is the whole truth.
¤

Sahil,

Are you also referring to unmanaged providers? Based upon what Mark stated it doesn't appear that
there is any knowledge of AppDomains by unmanaged providers/drivers.


Paul
~~~~
Microsoft MVP (Visual Basic)
.



Relevant Pages

  • Re: Connection Pooling!!
    ... Pools are per appdomain, ... > Are you also referring to unmanaged providers? ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Connection Pooling!!
    ... If your code uses impersonation, ... ¤ creates a new connection pool within the same appdomain .. ... I'm assuming by appdomain you mean process? ... Connection pools are created per unique connection string and are process specific. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Connection Pooling!!
    ... ¤> ¤ I want to add a bit more. ... ¤> I'm assuming by appdomain you mean process? ... ¤> Connection pools are created per unique connection string and are process ... scoped to the App Domain, ...
    (microsoft.public.dotnet.framework.adonet)