Request for feedback: Alternate desktop runtime architecture

Поиск
Список
Период
Сортировка
От Dave Page
Тема Request for feedback: Alternate desktop runtime architecture
Дата
Msg-id CA+OCxozDyrZHDGPmP+x8h11yn2mZmtv42x_dBOu3mBcrMf6NBA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Request for feedback: Alternate desktop runtime architecture  (Melvin Davidson <melvin6925@yahoo.com>)
Re: Request for feedback: Alternate desktop runtime architecture  (Melvin Davidson <melvin6925@yahoo.com>)
RE: Request for feedback: Alternate desktop runtime architecture  (Mark Watson <mark.watson@jurisconcept.ca>)
RE: Request for feedback: Alternate desktop runtime architecture  (Mark Watson <mark.watson@jurisconcept.ca>)
RE: Request for feedback: Alternate desktop runtime architecture  (McDonaldR <McDonaldR@angus.gov.uk>)
RE: Request for feedback: Alternate desktop runtime architecture  (McDonaldR <McDonaldR@angus.gov.uk>)
Re: Request for feedback: Alternate desktop runtime architecture  (Doug Easterbrook <doug@artsman.com>)
Re: Request for feedback: Alternate desktop runtime architecture  ("Barrington-Hughes, Alan" <Alan_Barrington-Hughes@PremierInc.com>)
Re: Request for feedback: Alternate desktop runtime architecture  ("Barrington-Hughes, Alan" <Alan_Barrington-Hughes@PremierInc.com>)
Re: Request for feedback: Alternate desktop runtime architecture  (Anthony DeBarros <adebarros@gmail.com>)
Re: Request for feedback: Alternate desktop runtime architecture  (Anthony DeBarros <adebarros@gmail.com>)
Список pgadmin-hackers
All,

As you may know, the most troublesome part of pgAdmin 4 has been the desktop runtime application, which has relied on QtWebKit and QtWebEngine (of various origins and versions) to render the UI as part of the Qt framework.

This has caused performance issues, rendering issues with remote desktop sessions, keyboard navigation issues and more. It probably accounts for 25% or more of the bugs reports we deal with.

Unfortunately, whilst there are alternatives to Qt for this purpose, none that we've found are mature enough for our purposes, and would require a significant amount of effort to add the features we would need to support pgAdmin.

I've therefore been experimenting with another approach in which pgAdmin is rendered in a regular web browser when running in desktop mode. Like some other similar applications, a server process is launched and lives in the system tray, from where it can be shutdown at any time, or new windows opened. When it is first started, it will launch a browser window to render pgAdmin automatically. If additional instances are launched, the previously running instance will be re-used to avoid wasting resources.

This is a proof of concept at the moment, for which I would appreciate any feedback. Windows and Mac builds can be found here:


and the GIT branch can be found here:


Thanks!

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

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

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Get rid of the VC++ build script so we just have asi
Следующее
От: Melvin Davidson
Дата:
Сообщение: Re: Request for feedback: Alternate desktop runtime architecture