Re: Good open source mailing list system PHP / Postgresql

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Good open source mailing list system PHP / Postgresql
Дата
Msg-id 20031201211952.GD16484@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: Good open source mailing list system PHP / Postgresql  (merlyn@stonehenge.com (Randal L. Schwartz))
Ответы Re: Perl / mod_perl / PostgreSQL was: Good open source
Список pgsql-general
On Mon, Dec 01, 2003 at 12:42:39PM -0800, Randal L. Schwartz wrote:
> >>>>> "scott" == scott marlowe <scott.marlowe@ihs.com> writes:
>
> scott> This is simply not true.  PHP comes in both a web ready
> scott> embedded version, as well as a CLI version, and is quite
> scott> capable, even of handling things like streams and such, and can
> scott> even be used to write a daemon listening on a port quite
> scott> easily.
>
> But PHP is where Perl was five years ago, and continually plays
> catchup.  If you want real work done, use the right tool.  PHP is fine
> for nifty web pages for smallish sites, but Perl takes over when the
> real heavy lifting is needed.

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.  I have been using it since for smallish
things and kinda like it but have not really had the chance to test it
extensively.  Apparently it can keep persistent connections reasonably
well, for example (though some cruft on sub END is apparently needed ...)

What's your opinion on the thing?  Have you used it with PostgreSQL?
Persistent DBI connections and such?  Maybe you could write an article
on the subject? :-)


(Maybe this belongs to a Perl list, but I'm on none ... any suggestion
of a better place?)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"There was no reply" (Kernel Traffic)

В списке pgsql-general по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: What is WAL used for?
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Good open source mailing list system PHP / Postgresql