Re: Postres.exe Processes Hang
От
Francisco Figueiredo Jr.
Тема
Re: Postres.exe Processes Hang
Дата
Msg-id
438d02260808181047v3106ccbaq81bf21d0d0ba8acc@mail.gmail.com
Ответ на
Re: Postres.exe Processes Hang (Magnus Hagander)
Список
Дерево обсуждения
Postres.exe Processes Hang "Kim Robinson" <Kim.Robinson@hydro.com.au>
Re: Postres.exe Processes Hang Magnus Hagander <magnus@hagander.net>
Re: Postres.exe Processes Hang "Francisco Figueiredo Jr." <francisco@npgsql.org>
Re: Postres.exe Processes Hang "Kim Robinson" <Kim.Robinson@hydro.com.au>
Re: Postres.exe Processes Hang "Francisco Figueiredo Jr." <francisco@npgsql.org>
On 8/18/08, Magnus Hagander Hi, all! As Magnus said, this is caused by the fact Npgsql does connection pool by default. You can change that by passing pooling=false in your connection string. You can get more info at manual.npgsql.org I hope it helps wrote: > 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 > > -- > Sent via pgsql-general mailing list (pgsql-general@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgsql-general > -- Regards, Francisco Figueiredo Jr. http://fxjr.blogspot.com http://www.npgsql.org -- Regards, Francisco Figueiredo Jr. http://fxjr.blogspot.com http://www.npgsql.org
В списке pgsql-general по дате отправления