----------------------------------------------------------------
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!!!
----------------------------------------------------------------
on 4/17/00 8:17 AM, Ben Ricker <[EMAIL PROTECTED]> wrote:
> I am using Linux 6.1 with Apache 1.3.12/Jserv 1.1 and JDK 1.2.2.
http://www.inprise.com/jbuilder/linux/download/
That JDK doesn't come with a JIT.
> Another question: I have seen the information about running the JVM using
> natural vs. green threads. Can someone explain what is the
> advantages/disadvantages of each, especially related to performance?
native == uses kernel threads
green == uses "emulated" threads in the JVM itself.
obviously native is better but can tend to be more buggy in older JVM's.
-jon
--
Scarab -
Java Servlet Based - Open Source
Bug/Issue Tracking System
<http://scarab.tigris.org/>
--
--------------------------------------------------------------
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]