Connection Pooling

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am developing an ASP.Net app with SQL Server 2000.

I am using the Microsoft Data Application Blocks.

My user size is 150 users in total.

Do I need to look at connection pooling?

Any advice is appreciated.

Thanks.
 
C,

Connection pooling should be automatic. You would have to do something to
disable it.

Of course, you want to use connection pooling, so you don't want to disable
it.

Kerry Moorman
 
Back
Top