A
Antonio Maciel
Hi.
I have read that with connection pooling we can reuse connections for better
performance. When I open a connection with a sql server database, I get a
process id. When I close that connection the process id is stored in the
pool together with other connection information? If another user gets my
connection from the pool, will he be using the same process id created by my
first connection?
Thanks,
Antonio Maciel
I have read that with connection pooling we can reuse connections for better
performance. When I open a connection with a sql server database, I get a
process id. When I close that connection the process id is stored in the
pool together with other connection information? If another user gets my
connection from the pool, will he be using the same process id created by my
first connection?
Thanks,
Antonio Maciel