From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | Linreg <linreg(at)gmx(dot)net> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: pgAgent: I want to make a port to C++ Only |
Date: | 2013-09-09 07:31:11 |
Message-ID: | CA+OCxoxAUWn-KG_cZSU=1Gw4xV7UpQwe9uzAHCw_jat27dW_CQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
On Mon, Sep 9, 2013 at 7:49 AM, Linreg <linreg(at)gmx(dot)net> wrote:
> Hello @All,
>
>
>
> i want to make a port away from wxWidgets to a c++ only job scheduler.
>
>
>
> Why:
>
> I want to reduce dependencies. A framework like wxWidgets should not
> installed to server systems without GUI (linux or windows server)
>
> C++ libs are already installed in most cases.
>
> i want to push / support the development.
>
>
>
> Questions:
>
> Is this supported from pgAdmin developers?
>
> Exists another point of view for this thema?
I would certainly like to see a pure C++ port of pgAgent, but I should
also point out that the current code doesn't require any of the GUI
components of wxWidgets to be installed. The problem is really with
the wxWidgets packagers, many of whom have split their packages into
GUI and non-GUI components :-(
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Linreg | 2013-09-09 13:37:53 | Re: pgAgent: I want to make a port to C++ Only |
Previous Message | Linreg | 2013-09-09 06:49:38 | pgAgent: I want to make a port to C++ Only |