3 messages in com.mysql.lists.javaImprovement: Connect timeout
FromSent OnAttachments
Lars-Göran Forsberg06 Nov 2002 07:33 
Mark Matthews06 Nov 2002 07:39 
Russ Tennant06 Nov 2002 08:53 
Subject:Improvement: Connect timeout
From:Lars-Göran Forsberg (lars@incomit.com)
Date:11/06/2002 07:33:57 AM
List:com.mysql.lists.java

Hi,

I would like to suggest a new feature in the JDBC driver. It would be very nice if it would be possible to specify a socket connect timeout in the driver. Perhaps by specifying a URL property? It is rather simple to implement in Java 1.4 by using the connect method on the Socket class (the timeout could maybe be silently ignored in other Java versions?).