Re: Too many postgres.exe - Mailing list pgsql-general

From Howard Cole
Subject Re: Too many postgres.exe
Date
Msg-id 4B278A50.4030504@selestial.com
Whole thread Raw
In response to Too many postgres.exe  (<A.Bhattacharya@sungard.com>)
List pgsql-general
A.Bhattacharya@sungard.com wrote:
>
> Hi All,
>
>
>
> I have my application UI in Java and which is communicating with
> Postgresql database.
>
> However whenever my application is running I could see there are too
> many postgres.exe are created even though the application is not doing
> anything in database.
>
>
>
Have you defined a connection pool? It is possible that the connections
are part of a pool and will be created when your application starts. You
should be able to change the minimum/maximum pool size.

Howard
www.selestial.com

pgsql-general by date:

Previous
From: Howard Cole
Date:
Subject: Interesting Benchmark Article
Next
From: Howard Cole
Date:
Subject: Re: How to remove non-UTF values from a table?