AW: performance question

Поиск
Список
Период
Сортировка
От Nagel, Thomas
Тема AW: performance question
Дата
Msg-id 41EA24EC431CD411AA8200008385014F490FBC@pc.FIZ-Karlsruhe.DE
обсуждение исходный текст
Список pgsql-general
Hi,

> Is using Perl DBI slow?  Would writing the cgi in C speed things up?
> (Please no holy wars for perl vs. C performance! <G>)

C is certainly quicker, but if you still want to use Perl you could
improve Performance by:

- Using mod_perl in Apache http://perl.apache.org/ (Perl Integration in
Apache)
- Using http://www.fastcgi.com/ (basically the Perl Interpreter isn't
restarted every time)

Bye

Thomas

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

Предыдущее
От: "Oliver Elphick"
Дата:
Сообщение: pg 7.0.2-2 vacuum slowness / loop? (fwd)
Следующее
От: Jesus Aneiros
Дата:
Сообщение: Re: urgent help on function/trigger