FYI, got an initial implementation of
http://wiki.postgresql.org/wiki/HTTP_API done in Java (intended to run as a
servlet) at https://github.com/bjornharrtell/jdbc-http-server. Feedback is
welcome :)
Regards,
Björn
2014-09-03 1:19 GMT+02:00 Álvaro Hernández Tortosa :
>
> On 02/09/14 04:47, Dobe
On 02/09/14 04:47, Dobes Vandermeer wrote:
Same idea as PgBouncer or PgPool. The advantage over hacking
PgBouncer/PgPool for the job is that Tomcat can already do a lot
of what
you want using built-in, pre-existing functionality. Connection pool
management, low level REST-st
On Mon, Sep 1, 2014 at 7:00 PM, Craig Ringer wrote:
> On 09/02/2014 12:50 AM, Dobes Vandermeer wrote:
> > Hmm yes I am learning that the BG worker system isn't as helpful as I
> > had hoped due to the single database restriction.
> >
> > As for a writing a frontend this might be the best solution
On 09/02/2014 12:50 AM, Dobes Vandermeer wrote:
> Hmm yes I am learning that the BG worker system isn't as helpful as I
> had hoped due to the single database restriction.
>
> As for a writing a frontend this might be the best solution.
>
> A java frontend would be easy but pointless because the
Hmm yes I am learning that the BG worker system isn't as helpful as I had
hoped due to the single database restriction.
As for a writing a frontend this might be the best solution.
A java frontend would be easy but pointless because the whole point here is
to provide a lightweight access method t
On 08/31/2014 12:40 PM, Dobes Vandermeer wrote:
> 1. Connecting to multiple databases
>
> The background workers can apparently only connect to a single database
> at a time, but I want to expose all the databases via the API.
bgworkers are assigned a database at launch time (if SPI is enabled),
Em domingo, 31 de agosto de 2014, Peter Eisentraut
escreveu:
> On 8/31/14 12:40 AM, Dobes Vandermeer wrote:
> > The background workers can apparently only connect to a single database
> > at a time, but I want to expose all the databases via the API.
>
> I think the term "background worker" shoul
On 8/31/14 12:40 AM, Dobes Vandermeer wrote:
> The background workers can apparently only connect to a single database
> at a time, but I want to expose all the databases via the API.
I think the term "background worker" should be taken as a hint that
"foreground protocol endpoint" was not one of