Re: Good open source mailing list system PHP / Postgresql

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: "Randal L(dot) Schwartz" <merlyn(at)stonehenge(dot)com>
Cc: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, "Randolf Richardson, DevNet SysOp 29" <rr(at)8x(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: Good open source mailing list system PHP / Postgresql
Date: 2003-12-01 21:19:52
Message-ID: 20031201211952.GD16484@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Dec 01, 2003 at 12:42:39PM -0800, Randal L. Schwartz wrote:
> >>>>> "scott" == scott marlowe <scott(dot)marlowe(at)ihs(dot)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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2003-12-01 21:24:12 Re: Good open source mailing list system PHP / Postgresql
Previous Message David Fetter 2003-12-01 21:19:06 Re: Equivalent to DBMS_JOB