Re: Feature request: threaded processes - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Feature request: threaded processes
Date
Msg-id AANLkTilCgLy6rNIvYnIxdXRCj1wGx2gCoc97xDZI4SjC@mail.gmail.com
Whole thread Raw
In response to Re: Feature request: threaded processes  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
On Tue, Jun 1, 2010 at 5:32 PM, Guillaume Lelarge
<guillaume@lelarge.info> wrote:
> Le 01/06/2010 16:45, Thom Brown a écrit :
>> I notice that pgAdmin often locks up while it's doing something, like
>> vacuuming or restoring a database.  Would it be possible to have this
>> run in a separate thread instead of locking the whole app up?
>
> The maintenance dialog uses the same connection than the browser one in
> 1.10. It's fixed in 1.12.
>
> Restoring a database is done with pg_restore which uses its own connection.

And runs in an separate thread.



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Feature request: threaded processes
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r8399 - trunk/pgadmin3/pgadmin/dlg