|
Hi,
We have HSQL running in the server mode. On trying to establish a connection to the HSQL database from the client, in case the IP Address of the machine running HSQL is unreachable, we noticed that the duration taken for timeout to occur, is equivalent to that of TCP-IP.
Please note that this not a scenario, where the IP Address of the machine hosting HSQL is reachable and the HSQL DB itself is down.
Does the hsql driver provide any mechanism to configure timeout of the type of timeout described above ?
For instance in the postgres DB, we can configure the timeout in the JDBC url as follows,
jdbc:postgresql://host/database?timeout=5000
Does HSQL have a similar mechanism to configure timeout ?
Please advice,
Ambarish
|
|