Re: Psql or test application hangs when interface is down for the DB server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Psql or test application hangs when interface is down for the DB server
Дата
Msg-id 19245.1216133153@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Psql or test application hangs when interface is down for the DB server  ("K, Niranjan (NSN - IN/Bangalore)" <niranjan.k@nsn.com>)
Ответы Re: Psql or test application hangs when interface is down for the DB server
Список pgsql-bugs
"K, Niranjan (NSN - IN/Bangalore)" <niranjan.k@nsn.com> writes:
> In the postgres database there is table 'COUNTER_TABLE' with column
> integer type 'COUNTER'. The test application attached in this mail, will
> start a transaction, gets the current value in the COUNTER, increments
> the value and updates the incremented value into the COUNTER column.
> This is being done in a loop. The program is started in a remote client
> and after few transactions, the interface between the client & the
> database server is brought down (example I used "ifconfig eth0 down" in
> the server). With this the test application hangs and does not return
> from the API of postgres (ex. 'PQexec').

If you waited long enough for the TCP connection to time out, it would
return (with an error, of course).  This behavior is not a bug, it is
the expected behavior of any program using a network connection.

            regards, tom lane

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

Предыдущее
От: "K, Niranjan (NSN - IN/Bangalore)"
Дата:
Сообщение: Psql or test application hangs when interface is down for the DB server
Следующее
От: "James Dietrich"
Дата:
Сообщение: full-text search doesn't fall back on sequential scan when it could