From: | Slavisa Garic <sgaric(at)gmail(dot)com> |
---|---|
To: | Richard Huxton <dev(at)archonet(dot)com> |
Cc: | pgsql-performance(at)postgresql(dot)org |
Subject: | Re: [NOVICE] Many connections lingering |
Date: | 2005-04-14 01:11:51 |
Message-ID: | bcb55890050413181115692c75@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice pgsql-performance |
Hi,
This looks very interesting. I'll give it a better look and see if the
performance penalties pgpool brings are not substantial in which case
this program could be very helpful,
Thanks for the hint,
Slavisa
On 4/14/05, Richard Huxton <dev(at)archonet(dot)com> wrote:
> Slavisa Garic wrote:
> > This is a serious problem for me as there are multiple users using our
> > software on our server and I would want to avoid having connections
> > open for a long time. In the scenario mentioned below I haven't
> > explained the magnitute of the communications happening between Agents
> > and DBServer. There could possibly be 100 or more Agents per
> > experiment, per user running on remote machines at the same time,
> > hence we need short transactions/pgsql connections. Agents need a
> > reliable connection because failure to connect could mean a loss of
> > computation results that were gathered over long periods of time.
>
> Plenty of others have discussed the technical reasons why you are seeing
> these connection issues. If you find it difficult to change your way of
> working, you might find the pgpool connection-pooling project useful:
> http://pgpool.projects.postgresql.org/
>
> HTH
> --
> Richard Huxton
> Archonet Ltd
>
From | Date | Subject | |
---|---|---|---|
Next Message | Slavisa Garic | 2005-04-14 01:15:51 | Re: [PERFORM] Many connections lingering |
Previous Message | Mischa Sandberg | 2005-04-13 22:16:54 | Strange serialization problem |
From | Date | Subject | |
---|---|---|---|
Next Message | Slavisa Garic | 2005-04-14 01:15:51 | Re: [PERFORM] Many connections lingering |
Previous Message | Simon Riggs | 2005-04-13 23:33:42 | Re: Compressing WAL |