Re: Too many postgres.exe

From: Howard Cole <howardnews(at)selestial(dot)com>
To: A(dot)Bhattacharya(at)sungard(dot)com
Cc: "pgsql-general(at)postgresql(dot)org List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Too many postgres.exe
Date: 2009-12-15 13:08:32
Message-ID: 4B278A50.4030504@selestial.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

A(dot)Bhattacharya(at)sungard(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2009-12-15 13:22:14 Re: Fwd: pgAdmin III: timestamp displayed in what time zone?
Previous Message Howard Cole 2009-12-15 12:58:38 Interesting Benchmark Article