Re: Unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Richard Broersma
Тема Re: Unexpected EOF on client connection
Дата
Msg-id 396486430912010823q485f3b8fu2159042e77b4d22e@mail.gmail.com
обсуждение исходный текст
Ответ на Unexpected EOF on client connection  (Howard Cole <howardnews@selestial.com>)
Ответы Re: Unexpected EOF on client connection  (Howard Cole <howardnews@selestial.com>)
Список pgsql-general
On Tue, Dec 1, 2009 at 7:52 AM, Howard Cole <howardnews@selestial.com> wrote:
> I am getting many entries in my log of this type:
>
> 2009-12-01 00:13:19 GMTLOG: unexpected EOF on client connection
> 2009-12-01 00:13:19 GMTLOG could not receive data from client: No connection
> could be made because the target machine actively refused it.
>
> I tend to get these message in batches of 2 to 8 - checking the number of
> connections at the time, they do not appear to be overloaded.
>
> I am running 8.4.1 on Windows 2K3 with a C# application using Npgsql. All
> connections are to the localhost and there is no firewall.

I'm going to make a guess that your client application is not
explicitly closing the C# connection objects before the objects go out
of scope.  Once the object become eligible for the garbage collector,
its destroyed and then Postgres notices that it can talk to the client
anymore. Hence you get the above mentioned error.


--
Regards,
Richard Broersma Jr.

Visit the Los Angeles PostgreSQL Users Group (LAPUG)
http://pugs.postgresql.org/lapug

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: import data from openoffice Calc
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: [HACKERS] Fwd: psql+krb5