Re: [WAY OT] Re: PL/java? - Mailing list pgsql-general

From Gunnar Rønning
Subject Re: [WAY OT] Re: PL/java?
Date
Msg-id m2bskpztrh.fsf@smaug.polygnosis.com
Whole thread Raw
In response to Re: [WAY OT] Re: PL/java?  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
List pgsql-general
* Lincoln Yeoh <lyeoh@pop.jaring.my> wrote:
|
| Just curious about one thing.
|
| How was the perl app implemented?
|
| It seems Solaris doesn't do/fork processes very well which is why Sun
| pushes threads.
|

I never saw the code of the perl application myself. All I know
is that it was running on Solaris with mod_perl and a Sybase database.
I think the main reasons for improved performance was related to
application design, as we took care to cache a lot of common queries
with the new design; I don't think the Perl application went out its
way to cache things, in Java we got the caching for free as we used
a third party object relational tool to talk with the database.

--
Gunnar Rønning - gunnar@polygnosis.com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

pgsql-general by date:

Previous
From: Jan Wieck
Date:
Subject: Re: internet week article
Next
From: Evan Zane Macosko
Date:
Subject: data storage question