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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: On restarting/reloading the server establish the connections with database server smoothly
Date: 2016-03-22 15:35:26
Message-ID: CA+OCxoyEmWJDrH4M0obYGYqp-z00dqRfsukamLgsJV+mVh5NoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Thu, Mar 17, 2016 at 5:32 PM, Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com
> wrote:

> 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.enterprisedb.com>
>
>
> *http://www.linkedin.com/in/asheshvashi*
> <http://www.linkedin.com/in/asheshvashi>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-03-22 16:36:59 pgAdmin 4 commit: Update the backform control to support sql-fields.
Previous Message Dave Page 2016-03-22 15:35:14 pgAdmin 4 commit: Graceful server reconnections.