I understand the concept behind connection pooling and I also understand how to create a connection pool via the connection string. What I don't have a grasp of is how to implement it. Do I declare a SqlConnection object that is global in scope when my windows service starts and create a new SqlConnection object everytime a new thread is launched, using the exact same connection string that I used on my global SqlConnection object??
tia-
--
James
tia-
--
James