Re: connection delay
От | Achilleus Mantzios |
---|---|
Тема | Re: connection delay |
Дата | |
Msg-id | Pine.LNX.4.44.0407221052340.12415-100000@matrix.gatewaynet.com обсуждение исходный текст |
Ответ на | connection delay ("cristi" <cristi@dmhi.ct.ro>) |
Список | pgsql-sql |
O kyrios cristi egrapse stis Jul 22, 2004 : > I have a client made in java who interogate postgres using jdbc driver. > If the tcp conection falls (for a few seconds) the client give an error > message about that connection. > How can I avoid this error? If its not a jdbc issue, maybe you can play with /* for a new connection */ System.setProperty("sun.net.client.defaultConnectTimeout", "10000"); /* for already established connection */ System.setProperty("sun.net.client.defaultReadTimeout", "10000"); the interval is given in milliseconds. I have tested on FreeBSD 5.1-RELEASE-p10, 1.4.2-p5 JVM > > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster > -- -Achilleus
В списке pgsql-sql по дате отправления: