Re: pg_connect(): Cannot create new link

Поиск
Список
Период
Сортировка
От scott.marlowe
Тема Re: pg_connect(): Cannot create new link
Дата
Msg-id Pine.LNX.4.33.0401161041370.27657-100000@css120.ihs.com
обсуждение исходный текст
Ответ на pg_connect(): Cannot create new link  (mauro.folcarelli@sistinf.it)
Список pgsql-php
On Wed, 14 Jan 2004 mauro.folcarelli@sistinf.it wrote:

> I have the same problem posted by James Ward (Date: Mon, 15 Sep 2003)
>
> I migrated from (postgresql-7.3.2-3 and php-4.2.2-17) to
>  (postgresql-7.3.4-2 and php-4.3.3-6).
>
> When I connect to the Database via php, I get the following message:
>
> Warning: pg_connect(): Cannot create new link. Too many open links (0).
>
> I didn't change any configuration file: everything used to work.
> It's the first connection to the database
> (max connections should be 32 by default).
>
> Is it a bug ? Any solution?
> Is there a chance to bypass it?

What does

ps ax|grep postgres|wc -l

say?  If it says 34 or so, then yes, you have that many connections.  You
may have a problem with your apache processes hanging / dying oddly and
keeping the postgresql connections open.  restart postgresql with

pg_ctl -m fast stop
pg_ctl start

and see if you can connect.


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

Предыдущее
От: mauro.folcarelli@sistinf.it
Дата:
Сообщение: Re: Selecting from two tables
Следующее
От: ljb
Дата:
Сообщение: Re: pg_connect(): Cannot create new link