Re: proposal: setKeepAlive

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: proposal: setKeepAlive
Дата
Msg-id Pine.BSO.4.64.0804131200170.19111@leary.csoft.net
обсуждение исходный текст
Ответ на Re: proposal: setKeepAlive  ("Toru SHIMOGAKI" <shimogaki.toru@gmail.com>)
Список pgsql-jdbc

On Mon, 11 Feb 2008, Toru SHIMOGAKI wrote:

> The attached is the second version of setKeepAlive patch, which enables
> that user can turn the configuration flag on/off. The default is off.

Applied with some minor revisions.  I renamed the URL parameter to
tcpKeepAlive for naming consistency and I've added support for it as a
DataSource option as well.

Socket.setKeepAlive is only available in JDK1.3+ while we've previously
retained support back to JDK1.2.  I think everything prior to 1.4 is
sufficiently dead that we don't need to worry about that anymore, so 8.4+
will no longer support JDK 1.2 or 1.3.

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "David Leal"
Дата:
Сообщение: getGeneratedKeys
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Patch to add a socketTimeout property.