Nope. Each provider implements its own flavor of Connection Pooling.
MinPoolSize tells the mechanism to always keep this number of Connections in
the pool. When it comes time to physically close timed-out (closed)
connections, the mechanism closes all but MinPoolSize connections.
MinPoolSize can help an ASP page get going quickly. When the first
connection of the day is requested, MinPoolSize connections are opened at
that time. This way as additional requests are made and the demand for
connections increases, they are already there in the pool--opened and ready
to go.
hth
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________