HotSpot VM supports only native threads and the Classic VM supports native
and green threads.

To force it to use either native or green threads you can do:

java -native mypkg.MyClass 
javac -native MyClass.java 

or if you use classic VM

java -green mypkg.MyClass 
javac -green MyClass.java 

-----Original Message-----
From: John Corrigan [mailto:[EMAIL PROTECTED]
Sent: Friday, May 30, 2003 2:22 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Tomcat 4 and native threads


Doesn't the thread model depend on the JVM?


-----Original Message-----
From: Michenaud Laurent [mailto:[EMAIL PROTECTED]
Sent: Friday, May 30, 2003 12:19 PM
To: [EMAIL PROTECTED]
Subject: Tomcat 4 and native threads


Hi,

Tomcat 4 is using green threads, am i wrong ?

how can i make it working with native threads ?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to