[Pljava-dev] doubtful PL/Java's activity

From: taniguchi(dot)yasu at jp(dot)fujitsu(dot)com (Taniguchi, Yasunori)
To:
Subject: [Pljava-dev] doubtful PL/Java's activity
Date: 2013-12-09 11:16:01
Message-ID: 2AB2177C63D24C43AC3BDE9A3A8F71FC1C86280C@G01JPEXMBYT02
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi,

I'm investigating PL/Java and find out a doubtful fact.

Postgres is compiled as a single thread application
and linked with JavaVM(.so/.dll) which is a multi thread library.
Sp, I think PL/Java's activity may not be assured.

Thread-unsafe functions and global variables used in single thread
standard libraries may be inconsistent with multi thread libraries.

Can anybody respond me ?

Regards.
-----
Y.Taniguchi

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Thomas Hallgren 2013-12-12 08:15:55 [Pljava-dev] doubtful PL/Java's activity
Previous Message joca336 2013-12-09 10:13:51 [Pljava-dev] PL/Java install on postgresql-9.3