Re: PostgreSQL pre-fork speedup

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: PostgreSQL pre-fork speedup
Дата
Msg-id 1083800873.88088.15.camel@jester
обсуждение исходный текст
Ответ на Re: PostgreSQL pre-fork speedup  ("scott.marlowe" <scott.marlowe@ihs.com>)
Ответы Re: PostgreSQL pre-fork speedup
Re: PostgreSQL pre-fork speedup
Список pgsql-hackers
> > I cannot tell if mod_pg_pool works across Apache forked backends or is
> > still bound to a single process. They state it is intended for sharing
> > connections across modules, so it is probably still backend specific.
> 
> Have you looked at sqlrealy.sourceforge.net?  IT looks like it might do 
> what you need.

SQL Relay (and friends) do what I'm looking for in a round about way.

If you put it onto the webservers it would help -- but it would require
deployment of additional webservers to accommodate the increased load.
That can be accomplished if it helps drop the load on the DB machine.
But still uses resources unnecessarily.

I've not looked at sqlrelay but most of these things use a different
interface. That would work with the inhouse code but puts a damper on
the commercial software.

As a temporary step these types of things help. But it's still doesn't
really fix the problem of Apache not using real connection pooling.



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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Multiple "selects" returned from a single stored procedure
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup