Re: Java process codepage sharing

2014-07-28 Thread Rob Walker
Cheers guys. Will do some more digging/reading! - Rob On 25/07/2014 17:58, David Bosschaert wrote: I might be wrong, but I think that much of what Jan Rellermeyer is working on is covered in this EclipseCon presentation (which was presented by Tom Watson): https://www.eclipsecon.org/na2014/sites

Re: Java process codepage sharing

2014-07-25 Thread David Bosschaert
I might be wrong, but I think that much of what Jan Rellermeyer is working on is covered in this EclipseCon presentation (which was presented by Tom Watson): https://www.eclipsecon.org/na2014/sites/default/files/slides/EclipseCon%202014%20-%20Multitenant%20OSGi.pdf Cheers, David On 25 July 2014

Re: Java process codepage sharing

2014-07-25 Thread Bertrand Delacretaz
On Fri, Jul 25, 2014 at 3:20 PM, Richard S. Hall wrote: > On 7/25/14, 08:45 , Rob Walker wrote: >> ...I have it in the back of my mind that the Java VM has some kind of >> codepage sharing i.e. 2 java process running the same code on the same >> machine will only use one memory space for the loade

Re: Java process codepage sharing

2014-07-25 Thread Rob Walker
. Greetings, Marcel From: Rob Walker Sent: Friday, July 25, 2014 3:35 PM To: [email protected] Subject: Re: Java process codepage sharing On 25/07/2014 15:20, Richard S. Hall wrote: On 7/25/14, 08:45 , Rob Walker wrote: I'm being lazy here, but didn

RE: Java process codepage sharing

2014-07-25 Thread Marcel Offermans
Sent: Friday, July 25, 2014 3:35 PM To: [email protected] Subject: Re: Java process codepage sharing On 25/07/2014 15:20, Richard S. Hall wrote: > On 7/25/14, 08:45 , Rob Walker wrote: >> I'm being lazy here, but didn't find a quick answer via Google. >> >> I have

Re: Java process codepage sharing

2014-07-25 Thread Rob Walker
On 25/07/2014 15:20, Richard S. Hall wrote: On 7/25/14, 08:45 , Rob Walker wrote: I'm being lazy here, but didn't find a quick answer via Google. I have it in the back of my mind that the Java VM has some kind of codepage sharing i.e. 2 java process running the same code on the same machine

Re: Java process codepage sharing

2014-07-25 Thread Richard S. Hall
On 7/25/14, 08:45 , Rob Walker wrote: I'm being lazy here, but didn't find a quick answer via Google. I have it in the back of my mind that the Java VM has some kind of codepage sharing i.e. 2 java process running the same code on the same machine will only use one memory space for the loaded

Java process codepage sharing

2014-07-25 Thread Rob Walker
I'm being lazy here, but didn't find a quick answer via Google. I have it in the back of my mind that the Java VM has some kind of codepage sharing i.e. 2 java process running the same code on the same machine will only use one memory space for the loaded class bytecode. Each will have it's ow