Can I schedule threads on Multiple CPU. Is it OS Dependant or will atleast my JVM take care of it. (I am using a SUN JVM). If this is possible, please lemme know how.. or atleast where i can start searching.. Thanks a zillion!!! -armi.
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
posted
0
Ordinary Java threads will use multiple CPUs in most JVM implementations, provided the JVM uses native threads instead of "green" threads. - Peter
Armita Bansal
Greenhorn
Joined: Aug 21, 2001
Posts: 8
posted
0
thanks peter.. but can i force a thread scheduling if i want to specifically want my thread to run on a particular CPU?
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.