ConnectionPool

T

Tony Johansson

Hello!

This question is about SQL Server but I hope that someone might an answer
the question.despite not being C# question.

1.Does it really exist situations where it is useful to turn off the
connection pooling ?
I would think that it's always good to use connection pooling.

2. Does anyone have any experience from using the default keyword values for
the connection pool. keyword.
I would assume that these value might be changed in situations that are
queste rare.

//Tony
 
A

Arne Vajhøj

This question is about SQL Server but I hope that someone might an answer
the question.despite not being C# question.

1.Does it really exist situations where it is useful to turn off the
connection pooling ?
I would think that it's always good to use connection pooling.

I can not think of any case where it would be really bad.

There are some cases especially in the desktop app domain where it
does not provide benefits.

I don't think that I have ever bothered turning it off.
2. Does anyone have any experience from using the default keyword values for
the connection pool. keyword.
I would assume that these value might be changed in situations that are
queste rare.

Use what?

Arne
 

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