Re: thread hang on execute call

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: thread hang on execute call
Дата
Msg-id 2E5000CC-3E4B-4EC5-B26C-2A6CB989971E@fastcrypt.com
обсуждение исходный текст
Ответ на Re: thread hang on execute call  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: thread hang on execute call
Список pgsql-jdbc
This is most certainly a threading issue. The question is now whether
it is in the driver or outside the driver.

Pavan, it would probably be useful if we knew what your code was
doing. Is it doing inserts, or selects mostly ?

Dave

On 6-Apr-06, at 12:03 PM, Oliver Jowett wrote:

> João Paulo Ribeiro wrote:
>
>> I believe your problem is some kind of db lock.
>
> It does not look like a DB lock problem. The server is waiting for
> data from the JDBC driver, and vice versa, so it doesn't help at
> all if a DB lock gets released.
>
> -O
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>               http://archives.postgresql.org
>


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: thread hang on execute call
Следующее
От: "Guy Rouillier"
Дата:
Сообщение: Re: PostgreSQL (XADataSource) as Tomcat Resource