G
Geoffp
In the .NET data access arch guide (patterns and
practices) its says Avoid impersonation in the middle tier
because it negates conn pooling.
Why? If you impersonate a limited number of windows users
which are actually roles(depending on the actual user of
each instance of the app), conns for the same user should
be pooled, shouldn't they? The doc does go on to say
something like this but I'm not sure what its trying to
say.
I would be grateful if someone could clarify this for me.
practices) its says Avoid impersonation in the middle tier
because it negates conn pooling.
Why? If you impersonate a limited number of windows users
which are actually roles(depending on the actual user of
each instance of the app), conns for the same user should
be pooled, shouldn't they? The doc does go on to say
something like this but I'm not sure what its trying to
say.
I would be grateful if someone could clarify this for me.