olisemalis
MIS
Hello,
I thought I had understand (sql server) connection pooling but I think I was wrong... I realize that if I start a connection, from an apllication and if I than stop the application and open it again and establish a connection, the first connection that was openning will not be used (althoug using the same connections string).
I saw in Profile that some information about the connection as changed like the client process ID... So my question is: to work with connection pooling the application need to be always opened (to maintain the same process id)? If so, what happens if the application is a dll or an asp page.
Thank you
I thought I had understand (sql server) connection pooling but I think I was wrong... I realize that if I start a connection, from an apllication and if I than stop the application and open it again and establish a connection, the first connection that was openning will not be used (althoug using the same connections string).
I saw in Profile that some information about the connection as changed like the client process ID... So my question is: to work with connection pooling the application need to be always opened (to maintain the same process id)? If so, what happens if the application is a dll or an asp page.
Thank you