Re: Perl / mod_perl / PostgreSQL was: Good open source

From: Alvar Freude <alvar(at)a-blast(dot)org>
To: pgsql-general(at)postgresql(dot)org
Cc: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>, "Randal L(dot) Schwartz" <merlyn(at)stonehenge(dot)com>
Subject: Re: Perl / mod_perl / PostgreSQL was: Good open source
Date: 2003-12-05 16:06:34
Message-ID: 3636670000.1070640394@gnarzelwicht.delirium-arts.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

- -- Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> wrote:

> Someone pointed out on this list some time ago that you can work around
> the performance issue of starting a Perl interpreter and the compiling
> phase by using PersistentPerl.

you should use mod_perl, but it is *much* more then "CGI scripting on
steroids":

http://perl.apache.org/

mod_perl and PostgreSQL is a very good combination for middle to large web
applications. With mod_perl you have the *full* power of the Apache web
server, e.g. access to the Apache API and callback hooks.

Embperl (embedded Perl in HTML with automatic forms, tables, ..., see:
http://www.ecos.de/embperl/en/) with PostgreSQL is a very good combination
for small web applications. Easyer and much more powerfull then PHP.

You may also look here: http://theory.uwinnipeg.ca/CPAN/data/ for thousands
easy installable Perl modules (just type "cpan install Module::Name" and
wait), including DBI etc. Compare it with PHP ... OK, this was a joke.

Ciao
Alvar

- --
** Alvar C.H. Freude -- http://alvar.a-blast.org/ -- http://odem.org/
** Berufsverbot? http://odem.org/aktuelles/staatsanwalt.de.html
** ODEM.org-Tour: http://tour.odem.org/
** Informationsgesellschaft: http://www.wsis-koordinierungskreis.de/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/0K0KOndlH63J86wRAjR7AKCCK06FMjON4SnsJ0/DqxcGe/G89wCfcILU
AaG7aYZqzFvRMacYa/B6p38=
=ky4l
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-12-05 16:17:06 Re: max_fsm_pages
Previous Message Jennifer Lee 2003-12-05 15:53:14 Re: function to find last day of month