Re: Postres.exe Processes Hang

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Kim Robinson <Kim(dot)Robinson(at)hydro(dot)com(dot)au>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postres.exe Processes Hang
Date: 2008-08-18 08:00:57
Message-ID: 48A92C39.90204@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kim Robinson wrote:
>
>
> Hi,
>
> I am using the npgsql postgres data adaptor in a C# ASP.NET application.
> Each time the site establishes a new connection to the database a
> postgres.exe process is started. For some reason this process is not
> removed when the connection is closed.
>
> Any help would be greatly appreciated.

Are you by any chance using some connection pooling that keeps it alive?
I don't remember what the default is in npgsql, but a lot of frameworks
have connection pooling enabled by default.

//Magnus

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomasz Ostrowski 2008-08-18 09:28:11 Re: Experiences with BLOB + PostgreSQL
Previous Message Dale 2008-08-18 07:14:15 can't get UPDATE ... RETURNING ... INTO ... to compile successfully