Re: Parallel queries for a web-application |performance testing

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Parallel queries for a web-application |performance testing
Дата
Msg-id 87y6edj3o8.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: Parallel queries for a web-application |performance testing  ("Pierre C" <lists@peufeu.com>)
Список pgsql-performance
"Pierre C" <lists@peufeu.com> writes:
> The same is true of a web server : 1000 active php interpreters (each eating
> several megabytes or more) are not ideal for performance !
>
> For php, I like lighttpd with php-fastcgi : the webserver proxies requests
> to a small pool of php processes, which are only busy while generating the
> page. Once the page is generated the webserver handles all (slow) IO to  the
> client.

I use haproxy for that, it handles requests queues very effectively.
--
dim

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

Предыдущее
От: "Pierre C"
Дата:
Сообщение: Re: Parallel queries for a web-application |performance testing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Query slow after analyse on postgresql 8.2