| From: | Jaime Casanova <jaime(at)2ndquadrant(dot)com> |
|---|---|
| To: | Susanne Ebrecht <susanne(at)2ndquadrant(dot)com> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Unknown winsock error 10061 |
| Date: | 2012-06-20 07:08:49 |
| Message-ID: | CAJKUy5g5o+jNw2qCp5979HE7iNF-nt92XBmAOPrnUcr-KRG_fw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
On Thu, May 24, 2012 at 4:14 AM, Susanne Ebrecht
<susanne(at)2ndquadrant(dot)com> wrote:
> Hello,
>
> PostgreSQL 9.0, Windows 2008
> 32 different PostGIS Databases
> round about 20 active connections by duration
> max_connections = 100
> Memory load around 30%
> CPUs load around 50%
> Network load less then 20%
>
> No firewall installed at all
>
> Randomly there is the message in log:
> could not receive data from client: Unknown winsock error 10061
>
This is WSAECONNREFUSED
(http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx)
Something, is disconecting you... maybe some weird config in windows?
or maybe an antivirus?
--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
| From | Date | Subject | |
|---|---|---|---|
| Next Message | JOSE MORAN | 2012-06-20 12:14:05 | Re: Unknown winsock error 10061 |
| Previous Message | Lew | 2012-06-19 05:25:48 | Re: select from multiple tables |