Обсуждение: Broken Pipe Error

Поиск
Список
Период
Сортировка

Broken Pipe Error

От
snehal maniyar
Дата:
I have 2 databases for single user .
Both these databases connect to 2 different applications.

Configuration for one database is set to maximum 30 connections.
Other database is not configured for maximum allowed connections explicitly.

Now, I receive a broken pipe error for the application with database
without configuration for maximum connections.

Please can someone help me?..
The version used for postgres is pgAdmin III 1.8

Re: Broken Pipe Error

От
"Kevin Grittner"
Дата:
snehal maniyar <cuteshauny.06@gmail.com> wrote:
> I have 2 databases for single user .
> Both these databases connect to 2 different applications.
>
> Configuration for one database is set to maximum 30 connections.
> Other database is not configured for maximum allowed connections
> explicitly.
>
> Now, I receive a broken pipe error for the application with
> database without configuration for maximum connections.
>
> Please can someone help me?..
> The version used for postgres is pgAdmin III 1.8

You have neither provided any evidence of a bug, nor enough detail
to allow anyone to help much.  Please read this page and start a new
thread on pgsql-general with your request for assistance in figuring
out the problem:

http://wiki.postgresql.org/wiki/Guide_to_reporting_problems

-Kevin