Re: pljava revisited

From: ow <oneway_111(at)yahoo(dot)com>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pljava revisited
Date: 2003-12-10 20:13:39
Message-ID: 20031210201339.99410.qmail@web60809.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


--- Thomas Hallgren <thhal(at)mailblocks(dot)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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2003-12-10 20:15:36 Re: ERROR: Index pg_toast_8443892_index is not a btree
Previous Message Robert Treat 2003-12-10 20:11:07 Re: pljava revisited