Re: Unknown winsock error 10061

Поиск
Список
Период
Сортировка
От JOSE MORAN
Тема Re: Unknown winsock error 10061
Дата
Msg-id CAJmRYjDNxL-27r5czuFtzPsc9Up+gPKasE0V2B85o4vPb+dPkA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Unknown winsock error 10061  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-novice
Exists some warning or error log in your postgresql data/pg_log/ ? 


On Wed, Jun 20, 2012 at 2:08 AM, Jaime Casanova <jaime@2ndquadrant.com> wrote:
On Thu, May 24, 2012 at 4:14 AM, Susanne Ebrecht
<susanne@2ndquadrant.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

--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice

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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Unknown winsock error 10061
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: COPY, Triggers and visibility into pg_tables