Обсуждение: AW: performance question

Поиск
Список
Период
Сортировка

AW: performance question

От
"Nagel, Thomas"
Дата:
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