Re: [INTERFACES] Web server PostgreSQL interfaces

From: Dirk Lutzebaeck <lutzeb(at)aeccom(dot)com>
To: Nicolas Huillard <nhuillard(at)ghs(dot)fr>
Cc: "'Hannu Krosing'" <hannu(at)trust(dot)ee>, "'pgsql-interfaces(at)hub(dot)org'" <pgsql-interfaces(at)hub(dot)org>
Subject: Re: [INTERFACES] Web server PostgreSQL interfaces
Date: 1999-08-25 11:37:58
Message-ID: 14275.54678.873195.550943@blanc.aeccom.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


If you are into Perl you might try mod_perl/Apache. There are
Perl/HTML integrator tools like Embperl or Mason. Perl is way more
flexible than C and a lot more expressive than PHP. It's also quite
fast. With mod_perl you don't spawn an extra Perl process for every
apache request because the perl interpreter is loaded into apache
(likewise mod_php/Apache). I would say mod_perl/Apache is the swiss
army knife of application servers.

You find more at http://perl.apache.org

Dirk

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message The Hermit Hacker 1999-08-25 11:57:28 Re: [INTERFACES] Trying to find a PostgreSQL interface
Previous Message Nicolas Huillard 1999-08-25 10:59:49 Web server PostgreSQL interfaces