error in documentation for configuration properties.

"Kevin Burton" <[email protected]>
Newsgroups gmane.comp.db.mysql.java
Message-ID <[email protected]>
"socketTimeout 	Timeout on network socket operations (0, the default
means no timeout). 	0 	3.0.1"

This isnt' true.  This means use the default internal JDK timeouts.
If you set sun.net.client.defaultReadTimeout it will use this value
instead.  by default this is -1 which means infinity but if you set it
to 10 then the MySQL JDBC connection will inherit this value... which
is probably WAY to fast.  Therefore if you have to set this due to
other libs its better to specify it for the JDBC driver...

Kevin

-- 
Founder/CEO Tailrank.com
Location: San Francisco, CA
AIM/YIM: sfburtonator
Skype: burtonator
Blog: feedblog.org

-- 
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.