On restarting/reloading the server establish the connections with database server smoothly

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема On restarting/reloading the server establish the connections with database server smoothly
Дата
Msg-id CAG7mmowd2Wundyj+DEYUD3O8=M=7WuM7gUPcu+h_zf9oDorBGQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: On restarting/reloading the server establish the connections with database server smoothly  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave/Team,

As discussed, I have implemented the feature to reconnect the database server smoothly, whenever we restart/reload the web-application server (pgAdmin IV).

In this implementation, we stores the persistent (auto reconnect) connection information in the session, whenever we connect to/disconnect with the database server. In case of restarting, we fetch that information from the session, and establish the persistent connection(s) for any server.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise PostgreSQL Company


http://www.linkedin.com/in/asheshvashi

Вложения

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

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Log exceptions raised under the servers module.
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: pgAdmin4 PATCH: Domain Module