Re: Detecting CPUs and cores
- From: Twisted <twisted0n3@xxxxxxxxx>
- Date: Tue, 31 Jul 2007 05:06:11 -0000
On Jul 30, 10:07 pm, Eric Sosman <esos...@xxxxxxxxxxxxxxxxxxxx> wrote:
The differences make a difference -- but taking proper account
of them is far more involved than simply counting cores or chips.
There is no real "taking proper account of them" for the programmer to
do, other than that to get maximum use you need to have at least as
many concurrent threads of program as there are cores/hyperthreads/
whatever. In otherwords, at least the number returned by
availableProcessors().
Optimizations for the details of the specific hardware architecture's
details are for the JIT.
Only JVM coders need concern themselves with these.
.
- References:
- Detecting CPUs and cores
- From: Chris
- Re: Detecting CPUs and cores
- From: Joshua Cranmer
- Re: Detecting CPUs and cores
- From: Daniel Dyer
- Re: Detecting CPUs and cores
- From: Lew
- Re: Detecting CPUs and cores
- From: Eric Sosman
- Detecting CPUs and cores
- Prev by Date: Re: Transgressing the Boundaries: Towards a Transformative Hermeneutics of Copyright and Patent Law?
- Next by Date: Re: Problem reading " & apos; " from XML using SAX Parser
- Previous by thread: Re: Detecting CPUs and cores
- Next by thread: Re: Detecting CPUs and cores
- Index(es):
Relevant Pages
|