--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------
"ind_123" <dhul...@gmail.com> wrote in message
news:92dd9be3-6728-4f54...@f63g2000hsf.googlegroups.com...
http://msdn2.microsoft.com/en-us/library/8xx3tyca.aspx
Marc
[I will assume database connections]
Each application has its own pool.
Note that the database will get the sum of all the apps
connections, so consider number of apps when deciding
on pool size.
Arne
It is easy to verify that pooling works for a simple
console app by specifying Min Pool Size and call
sp_who.
Arne
I think connection pools are connection string specific.. you will end
up having connection pool for each application(ConnString)