Re: Postres.exe Processes Hang

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Postres.exe Processes Hang
Дата
Msg-id 48A92C39.90204@hagander.net
обсуждение исходный текст
Ответ на Postres.exe Processes Hang  ("Kim Robinson" <Kim.Robinson@hydro.com.au>)
Ответы Re: Postres.exe Processes Hang  ("Francisco Figueiredo Jr." <francisco@npgsql.org>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: "Kim Robinson"
Дата:
Сообщение: Postres.exe Processes Hang
Следующее
От: Tomasz Ostrowski
Дата:
Сообщение: Re: Experiences with BLOB + PostgreSQL