Subject | socket timeout |
---|---|
Author | Hugo Larson |
Post date | 2012-10-28T22:16:21Z |
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]
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]