Re: What the heck is happening here?

Поиск
Список
Период
Сортировка
От Paul Tomblin
Тема Re: What the heck is happening here?
Дата
Msg-id 20010611174445.A24564@allhats.xcski.com
обсуждение исходный текст
Ответ на Re: What the heck is happening here?  (Alex Pilosov <alex@pilosoft.com>)
Ответы Re: What the heck is happening here?  (Alex Pilosov <alex@pilosoft.com>)
Список pgsql-general
Quoting Alex Pilosov (alex@pilosoft.com):
> In mod_perl case, make sure that your stuff does not try to establish
> connections on startup, and only does that (using ApacheDBI to cache
> connections) when the page is requested.

Oh oh.  I *am* doing that - I make a connection to grab some stuff right
at start up, and keep that $conn for all the pages.  Is there a good
example of using ApacheDBI to cache connections using Pg.pm I can look at?

> Also, it is possible that every day some script tries to rotate logs and
> SIGHUPs the httpd. mod_perl may do strange stuff on restart. Try manually
> sending HUP to server and see what happens.

Actually, sending HUP to all the httpd processes is the only thing that
fixes it.  For a while.

--
Paul Tomblin <ptomblin@xcski.com>, not speaking for anybody
Courtroom Quotes

Q: Were you alone or by yourself?

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

Предыдущее
От: Alex Pilosov
Дата:
Сообщение: Re: What the heck is happening here?
Следующее
От: "Tim Barnard"
Дата:
Сообщение: Re: Odd behavior with LIKE?