Connection Pooling

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.
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top