Re: Connection pooling

From: Gavin Flower <GavinFlower(at)archidevsys(dot)co(dot)nz>
To: si24 <smrcoutts24(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Connection pooling
Date: 2013-10-30 18:25:07
Message-ID: 52714F03.2040702@archidevsys.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 31/10/13 03:13, si24 wrote:
> I have geoserver connected to a postgres database and so far I have been
> reading that I would need some sort of connection pooling but how do I go
> about doing that when it seems most of the connection pooling
> aplications/programs seem to only run on linux. I have a windows machine.
>
> otherwise is there some other sort of way that i can get the connections to
> close if they are not being used so as not to use all the connection on
> postgresql which is currently at 100 even if I set the max connections to
> 10000 I don't think that's going to be enough and I don't think thats a
> proper way to solve the problem I am having currently.
>
>
>
>
>
> --
> View this message in context: http://postgresql.1045698.n5.nabble.com/Connection-pooling-tp5776378.html
> Sent from the PostgreSQL - general mailing list archive at Nabble.com.
>
>
I woulds serious suggest that you upgrade to Linux as soon as
practicable - for performance and security, amongst many other reasons!

Cheers,
Gavin

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brian Crowell 2013-10-30 20:16:58 GSSAPI server side on Linux, SSPI client side on Windows
Previous Message Michael Ma 2013-10-30 16:26:26 LDAP support for 9.3 rpm