Re: [INTERFACES] Web server PostgreSQL interfaces

Поиск
Список
Период
Сортировка
От Dirk Lutzebaeck
Тема Re: [INTERFACES] Web server PostgreSQL interfaces
Дата
Msg-id 14275.54678.873195.550943@blanc.aeccom.com
обсуждение исходный текст
Ответ на Web server PostgreSQL interfaces  (Nicolas Huillard <nhuillard@ghs.fr>)
Список 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 по дате отправления:

Предыдущее
От: Nicolas Huillard
Дата:
Сообщение: Web server PostgreSQL interfaces
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [INTERFACES] Trying to find a PostgreSQL interface