Re: pljava revisited - Mailing list pgsql-hackers

From ow
Subject Re: pljava revisited
Date
Msg-id 20031210201339.99410.qmail@web60809.mail.yahoo.com
Whole thread Raw
In response to Re: pljava revisited  ("Thomas Hallgren" <thhal@mailblocks.com>)
List pgsql-hackers
--- Thomas Hallgren <thhal@mailblocks.com> wrote:
> The JVM will be started on-demand.
> Although I realize that one JVM per connection will consume a fair amount of
> resources, I still think it is the best solution. The description of this
> system must of course make it very clear that this is what happens and
> ultimately provide the means of tuning the JVM's as much as possible.

I think the new 1.5 JDK "Tiger" (to be released soon) will feature the "shared
VM" option, i.e. one JVM could be used to run multiple and independent apps.
Maybe worth looking into this.

> I advocate this solution because I think that the people that has the
> primary interest of a pl/java will be those who write enterprise systems
> using Java. J2EE systems are always equipped with connection pools.

IMHO, pl/java would be a great feature for Postgresql to have. It would
increase pgSql's chances to be considered as an "enterprise" RDBMS since most
of the enterprise apps are written in Java nowdays.

Regards,




__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: pljava revisited
Next
From: Robert Treat
Date:
Subject: Re: ERROR: Index pg_toast_8443892_index is not a btree