Re: Website troubles

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: Website troubles
Дата
Msg-id 20030129224853.I22851@hub.org
обсуждение исходный текст
Ответ на Re: Website troubles  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: Website troubles  (Neil Conway <neilc@samurai.com>)
Re: Website troubles  (Justin Clift <justin@postgresql.org>)
Re: Website troubles  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Re: Website troubles  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
On Wed, 29 Jan 2003, Robert Treat wrote:

> Well, maybe it does, but when an important news story drives new
> eyeballs to your website, you need something better than a bouncing $hit
> happens logo if you want to make a positive impression. All Greg wants
> to know is what caused the problem and what steps are being taken to
> make sure it doesn't happen again. That's hardly unreasonable.

The problem is/was persistent database connections ... the problem, IMHO,
is that there is no way of 'timing out' idle connections, so any load on
the web site that creates a whack of persistent connections, and then they
all go idle, then if another hit on a different database goes through, it
gets starved for connections ...

I've started to disable PHPs default of allowing persistent connections,
which seems to have help'd ...


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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Crypt in queries and functions?
Следующее
От: Andrew Perrin
Дата:
Сообщение: Re: Perl DBI and placeheld values