Re: [INTERFACES] Web server PostgreSQL interfaces - Mailing list pgsql-interfaces

From Dirk Lutzebaeck
Subject Re: [INTERFACES] Web server PostgreSQL interfaces
Date
Msg-id 14275.54678.873195.550943@blanc.aeccom.com
Whole thread Raw
In response to Web server PostgreSQL interfaces  (Nicolas Huillard <nhuillard@ghs.fr>)
List 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


pgsql-interfaces by date:

Previous
From: Nicolas Huillard
Date:
Subject: Web server PostgreSQL interfaces
Next
From: The Hermit Hacker
Date:
Subject: Re: [INTERFACES] Trying to find a PostgreSQL interface