Connection Timeout and Connection Lifetime
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-05-01T02:55:54Z
Indexed on
2010/05/01
3:07 UTC
Read the original article
Hit count: 978
What is the advantage and disadvantage of connection timeout=0?
And what is the use of Connection Lifetime=0?
e.g (Database=TestDB;port=3306;Uid=usernameID;Pwd=myPassword;Server=192.168.10.1;Pooling=false;Connection Lifetime=0;Connection Timeout=0)
and what is the use of Connection Pooling?
© Stack Overflow or respective owner