|
-
April 15th, 2005, 11:47 AM
#1
Connection Pooling- Lifetime question
We know SQL connection lifetime is 60 seconds for idle connections.
If I set the lifetime of my ADO.NET connection object to 500 seconds. And the connection sits idle in the pool for say 150 seconds. Will SQL shuts down its side of the connection?
If yes, well, that's easy I will know that the ADO.NET is dead from the exception thrown next time i use it.
If not? how does ADO.NET overrides the SQL side lifetime limit?
Am I making sense or am I connecting too totally different concepts?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|