AW: performance question - Mailing list pgsql-general

From Nagel, Thomas
Subject AW: performance question
Date
Msg-id 41EA24EC431CD411AA8200008385014F490FBC@pc.FIZ-Karlsruhe.DE
Whole thread Raw
List 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 by date:

Previous
From: "Oliver Elphick"
Date:
Subject: pg 7.0.2-2 vacuum slowness / loop? (fwd)
Next
From: Jesus Aneiros
Date:
Subject: Re: urgent help on function/trigger