Re: [WAY OT] Re: PL/java?

From: merlyn(at)stonehenge(dot)com (Randal L(dot) Schwartz)
To: "Alex Knight" <knight(at)phunc(dot)com>
Cc: "Daniel Kalchev" <daniel(at)digsys(dot)bg>, "Alex Pilosov" <alex(at)pilosoft(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: [WAY OT] Re: PL/java?
Date: 2001-09-03 20:37:26
Message-ID: m1itf0au49.fsf@halfdome.holdit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "Alex" == Alex Knight <knight(at)phunc(dot)com> writes:

Alex> However, mod_perl is absolutely slower than most any j2ee application.
Alex> If all you are doing is keeping a session variable to count number of hits
Alex> on a web page, then sure, perl is more than sufficient, possibly faster.
Alex> But when you start doing anything of importance, enterprise level stuff,
Alex> you need something scalable in ways java can go, but perl just doesn't
Alex> seem to have _easy_ or sometimes _existant_ ways to implement.

I can't let this stand. This is not a universal opinion or
observation. Obviously, *I* have an agenda to promote as well, but
what I'm quoting here is not the only truth availablel, so test it out
yourself, or get an independant opinion.

Alex> How would you go about synchronizing session data on 10
Alex> application servers running mod_perl _without_ using the
Alex> database to "mirror" that data in memory? It's not very
Alex> difficult to do it in Java.

Whatever you can do in Java here, you can do in mod_perl. Perl is
close enough to the metal to get at anything Java can reach, and I'd
argue even closer, since it's trivial to link C (or even Java) with
Perl. :)

Can we stop bickering now?

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn(at)stonehenge(dot)com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-09-03 20:53:09 Re: very slow delete
Previous Message Alex Knight 2001-09-03 19:54:57 Re: PL/java?