Re: Pl/Java - next step?

From: "Thomas Hallgren" <thhal(at)mailblocks(dot)com>
To: <pg(at)fastcrypt(dot)com>
Cc: <pgsql-hackers(at)postgresql(dot)org>, "HORNYAK Laszlo" <hornyakl(at)inf(dot)elte(dot)hu>
Subject: Re: Pl/Java - next step?
Date: 2004-02-22 17:28:12
Message-ID: 00e001c3f969$3f3adb50$6401a8c0@ad.eoncompany.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> 1) Using JNI, you probably still want to communicate with another
> running java process.

B.T.W. I don't really agree on "probably". There are numerous cases when you
will be happy just communicating with the database, communicate with another
remote resource (message queue typically), or not communicate at all
(calculations, etc.).

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2004-02-22 18:07:48 Re: Pl/Java - next step?
Previous Message Tom Lane 2004-02-22 17:21:48 Re: [HACKERS] Mac OS X, PostgreSQL, PL/Tcl