John Treble wrote:
>
>> What I found was that many running VisualWorks images are properly
>> scheduled by Windows XP. For example, if you have three images and any
>> two are running, both cores seems to always be used:
>>
http://www.cincomsmalltalk.com/userblogs/runarj/blogView?showComments=>> true
>> &entry=3334319381
>>
>> So I guess you can ignore the whole issue of determining which core an
>> image runs on.
>
>
> Runar,
>
> Interesting info. At this point I'm just taking an existing application and
> trying to make it cluster/DST aware. I'm not sure I will be using the
> CPU-core information in the end.
>
We found it helpful to 'attach' different images in our system to a CPU
for debugging purposes, the graphics in the task manager then nicely
shows you which images are active at a given time.
In deployment it is probably best to let the system assign CPUs to tasks.
R
-