Re: Question-set Query time out in Locking

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Question-set Query time out in Locking
Дата
Msg-id Pine.BSO.4.56.0409240506390.32365@leary.csoft.net
обсуждение исходный текст
Ответ на Question-set Query time out in Locking  ("Vasanth Veeraraghavan" <vasanth.veeraraghavan@aspiresys.com>)
Список pgsql-jdbc

On Fri, 24 Sep 2004, Vasanth Veeraraghavan wrote:

> I wrote a code,for setting querytime out for a querry,which is accessing
> a locked table.but when the time elapsed,the code is not throwing
> error.Kindly help me..

setQueryTimeout is not implement in the postgresql jdbc driver.  There is
some concern over how to ensure that you only cancel the query you want
the timeout to affect. Using either the Statement.cancel() call or setting
and resetting the server statement_timeout variable look like they are
prone to race conditions, although I have not studied it in detail.

A client application that for example knew it was single threaded could
use the statement_timeout setting without risking an undesired cancel.

Kris Jurka

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

Предыдущее
От: "Vasanth Veeraraghavan"
Дата:
Сообщение: Question-set Query time out in Locking
Следующее
От: aditya Kulkarni
Дата:
Сообщение: why does old driver need to be removed before build in ant ?