On Friday 18 June 2004 15:02, you wrote: > I'll try to address some of Brandon's original questions: > > 1. We have noticed that Java applications will "hog" the CPU if you > let it.
I'll add to what Eric said. A Java application is like any other; it will run poorly if written poorly. Many of us old timers remember pouring over our programs to try to get them to run efficiently on the 360 processors. Such diligence is warranted for any application that will run in a virtual environment. Make sure the code is doing what you intend it to do, and tune, tune, tune. And this applies to any platform, including Intel. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
