Re: Problem with JTA/JTS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with JTA/JTS
Дата
Msg-id 5729.1024061247@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with JTA/JTS  (Johan Svensson <johan.svensson@windh.net>)
Ответы Re: Problem with JTA/JTS  (Dave Cramer <Dave@micro-automation.net>)
Список pgsql-jdbc
Johan Svensson <johan.svensson@windh.net> writes:
> where xaCon is the "pooled connection". Doing that I still get error if
> I don't have the sleep() call between transactions. The PostgreSQL
> console still prints a lot of "DEBUG:  pq_recvbuf: unexpected EOF on
> client connection" and one "FATAL 1:  Sorry, too many clients already".

The unexpected-EOF messages indicate the client side cutting the
connection (and not bothering to send a terminate message first).
I agree with Dave that this must be a problem inside the
pooled-connection code --- somehow it's closing rather than recycling
connections.

            regards, tom lane

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

Предыдущее
От: Johan Svensson
Дата:
Сообщение: Re: Problem with JTA/JTS
Следующее
От: SERFIOTIs gewrgios
Дата:
Сообщение: Re: Acquiring views