Subject socket timeout
Author Hugo Larson
Hello,


I'm using Firebird 1.5 with Jbuilder and jaybird 2.1.6
I tried your suggestion "jdbc:firebirdsql:myhost/3050:/path/to/db.fdb?so_timeout=3000"
But it does not work. The timeout still take about 10 seconds.

I also tried:
java.util.Properties prop = new java.util.Properties();
prop.setProperty("so_timeout", "3000");

but no luck.

Do you have any other suggestion?

Thanks,

[Non-text portions of this message have been removed]