Hi Urs,

   I would guess if you use the "native threads" VM then you will
have your Java threads mapped to "clone" system calls (on Linux) and
hence, runnning on (potentially) separate CPU's. You will have to
download and install the native threads VM from blackdown. Green
threads I think does all thread scheduling in application space.

Regards,

Bill Halchin

>From: negorin <[EMAIL PROTECTED]>
>To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
>Subject: Does Java thread can use multiprocessor?
>Date: Wed, 20 Sep 2000 13:10:29 +0800
>
>Hi,
>    who can help me? I have a PC which have two CPU. I want programming 
>with java thread.
>but I don't know java thread use one CPU or two? I heard java green thread 
>just use one
>cpu, I want use two. how to resolve this problem?
>
>     thx
>urs absinthe
>
>
>
>----------------------------------------------------------------------
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to