----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
--- Keith <[EMAIL PROTECTED]> wrote:
>
> How do I turn of JIT? What is JIT? I am running the
> IBM version. It
> seems to load seperate instances of java instead of
> Blackdown running
> what seems like one instance of java_ns.
>
> Thanks a lot for the help.
>
> Keith Vance
>
JAVA_COMPILER="" should do it.
Right now with the IBM JDK, 1 thread = 1 process. Even
an idle IBM JDK will use usually 3-6 processes.
=====
# Nick Bauman
# Technical Programmer
# http://webhelp.com
# real people, real answers, real time
__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one place.
Yahoo! Shopping: http://shopping.yahoo.com
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]