Re: Deadlock detection

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Deadlock detection
Дата
Msg-id 4976F44E.1010204@opencloud.com
обсуждение исходный текст
Ответ на Deadlock detection  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Deadlock detection  (bdbusch <bdbuschg@gmail.com>)
Список pgsql-jdbc
Simon Riggs wrote:
> As we know from recent versions, the JDBC driver can deadlock. We also
> know that the deadlock detector as exists does not detect all types of
> deadlock and isn't foolproof at that either. Not criticism, just
> summarising.

Do you mean the potential read-write socket deadlock (where we're
blocked on write waiting for the server to consume some data, but it's
blocked waiting for us to consume some data), or something else?

-O

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Deadlock detection
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: Deadlock detection