ECPG connection timeouts

Поиск
Список
Период
Сортировка
От Edmund Bacon
Тема ECPG connection timeouts
Дата
Msg-id ABAE5512DA3D4E4597C82947769214380138B9CB@devmail.devstudios.local
обсуждение исходный текст
Ответы Re: ECPG connection timeouts
Список pgsql-interfaces
Is it possible to control how long ECPG takes when trying to connect to
a database on a remote system (e.g. connect to tcp:postgres//remote/db)

In my environment it is quite possible that the link to the remote
system may be down, so I'd prefer not to have to force the end-user to
wait 3+ minutes while ECPG CONNECT times out.

I've tried using sig_action()/alarm() and also tried using
setjmp/longjmp with alarm, but to no avail.

Is there anything I can do within ECPG other than try a plain old
connect() to the remote system on port 5432 and not proceed with a ECPG
CONNECT if that fails?

Thanks,

Edmund Bacon


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: v8.1: Error severity on libpq PGconn*
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG connection timeouts