Re: Unexpected EOF on client connection - Mailing list pgsql-general

From Francisco Figueiredo Jr.
Subject Re: Unexpected EOF on client connection
Date
Msg-id 438d02260912010826x2e05a3adr5c8b89d276556e5d@mail.gmail.com
Whole thread Raw
In response to Unexpected EOF on client connection  (Howard Cole <howardnews@selestial.com>)
List pgsql-general
On Tue, Dec 1, 2009 at 13:52, 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.
>


Maybe this is Npgsql removing connections from pool after some time.
But it may not be this case because Npgsql finishes the connection
correctly when removing it from the pool.

You can confirm that by playing with your max connection pool and min
connection pool values in your connection string. Try to put a higher
value of min connection pool, so they aren't closed too frequently.


Also, as Richard said, check your connection usage pattern in your application.

I hope it helps.





--
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://fxjr.blogspot.com
http://twitter.com/franciscojunior

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: [HACKERS] Fwd: psql+krb5
Next
From: Tom Lane
Date:
Subject: Re: import data from openoffice Calc