Re: Error with PostgreSQL - IMP

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Armando Racchum Piscoya <arapi(at)usa(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Error with PostgreSQL - IMP
Date: 2000-08-15 21:48:22
Message-ID: Pine.BSF.4.10.10008151446250.87810-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I don't have any good ideas, but is it possible that the connections
aren't being properly terminated so the backend is staying open?
After getting the message, try doing a ps on the database machine to see
how may postgres processes are running.

Stephan Szabo
sszabo(at)bigpanda(dot)com

On 15 Aug 2000, Armando Racchum Piscoya wrote:

> Hello.
>
> I'm using PostgreSQL 7.0.2 with webmail IMP, but have the follow error :
>
> Warning: Unable to connect to PostgresSQL server: Sorry, too many
> clients already in ./lib/db.pgsql on line 266
>
> But i'm with only 01 user, the error appear when the user close session and
> them wish input other time inmediatley. The error dissapear them of some
> minutes. Have references that the error is by the 32 concurrent session by
> default of PostgreSQL, but i am testing with 01 user.
>
> Where is the problem?.
>
> Thank you.
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Franck Martin 2000-08-15 21:50:41 Building a library for PG
Previous Message Stephan Szabo 2000-08-15 21:45:41 Re: bytea question