<p><br>
> | Just curious if anyone here has ever looked at getting Java to run on more<br>
> | than one CPU.<br>
> |<br>
> | I have looked around and concluded that's not possible natively.<br>
><br>
> What do you mean by "natively"?<br>
><br>
Apparently Java has two types of switches, the green and native switch. The native can only use one kernel thread which essentially mean one CPU.<br>
> | Posting<br>
> | more or less for confirmation. Would I have missed anything?<br>
> |<br>
> | Found it an odd problem for a application to have at this time, really its<br>
> | 2013<br>
> |<br>
> | <a href="http://www.datadisk.co.uk/html_docs/java_app/jboss5/jboss5_tuning.htm">http://www.datadisk.co.uk/html_docs/java_app/jboss5/jboss5_tuning.htm</a><br>
><br>
> I don't know what you mean.  Here's a sentence from this article that<br>
> says Java can exploit mutiple CPUs:<br>
><br>
Totally see why I sound lost. I possibly don't what I am taking about but I have checked cacti graphs at work and all seem to max up on one CPU.</p>
<p>Google a bit and you will see a lot of people having that problem.  Java can use multiple CPU together for garbage collection but the application side, its only one CPU as far as I can tell<br>
>     Having multiple CPU's works well with Java threads, as they don't<br>
>     have to wait for long before getting onto a CPU, however there can<br>
>     be a problem by using too many CPU's for a thread this is called<br>
>     processor affinity<br>
> --</p>
<p>William <br>
> The Toronto Linux Users Group.      Meetings: <a href="http://gtalug.org/">http://gtalug.org/</a><br>
> TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>
> How to UNSUBSCRIBE: <a href="http://gtalug.org/wiki/Mailing_lists">http://gtalug.org/wiki/Mailing_lists</a><br>
</p>