Re: CORBA with Mac OS X
Re: CORBA with Mac OS X
- Subject: Re: CORBA with Mac OS X
- From: Prem Chopra <email@hidden>
- Date: Sat, 20 Oct 2001 12:00:09 -0500
On Friday, October 19, 2001, at 11:02 PM, email@hidden wrote:
the same time. If you run one Java application on your desktop the
performance is acceptable but if you start a couple more you will see
what I mean. Multiple virtual machines slow down the most powerful
machine. If only someone would come up with a shared virtual machine...
Actually on Mac OS X there's always one JVM running. One of the
technologies that Apple implemented was that one JVM instance could be
shared with multiple java apps. So, if you have a java app running, and
there's already a JIT'd version of your class, it uses that thus having
to JIT the class again. I think that's pretty cool, and this technology
is going upstream to Sun and will show up in VMs in other platforms.
This and aqual L&F were mentioned at Javaone last year.