Re: One process per session lack of sharing - Mailing list pgsql-hackers

From AMatveev@bitec.ru
Subject Re: One process per session lack of sharing
Date
Msg-id 925700435.20160718130426@bitec.ru
Whole thread Raw
In response to Re: One process per session lack of sharing  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Responses Re: One process per session lack of sharing  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-hackers
Hi

> There's https://github.com/jnr/jnr-ffi that enables to call C
> functions without resorting to writing JNI wrappers.
I have not said that you are wrong.
It's the dark side of "like seprate process"
They can cheaply call sql from jvm.
And they can't cheaply call jvm from sql.

Jvm in oracle  appeared a long time ago.
May by when java thread model had many faults.(befor jvm 1.6 for example)
Nowadays it seems to have sense only for compatibility.






pgsql-hackers by date:

Previous
From: AMatveev@bitec.ru
Date:
Subject: Re: One process per session lack of sharing
Next
From: Magnus Hagander
Date:
Subject: Re: pg_xlogdump follow into the future