With a single processor your machine can only run a single project at a time. This is done to give the best optimization to the processor, because of L2 CACHE and FPU abilities. If you get a machine that is Dual Core or Hyperthreading, then each core/thread can run it's own process.
If you are looking for more than one project, each project needs to be joined seperately. Then you attach to that project, and set the projects to the priorities you want, then they run in a round-robin type format.
Tasks
)
With a single processor your machine can only run a single project at a time. This is done to give the best optimization to the processor, because of L2 CACHE and FPU abilities. If you get a machine that is Dual Core or Hyperthreading, then each core/thread can run it's own process.
If you are looking for more than one project, each project needs to be joined seperately. Then you attach to that project, and set the projects to the priorities you want, then they run in a round-robin type format.
Hope this helps.
Thanx that helps - and thanx
)
Thanx that helps - and thanx for the reply - maybe you can answer my query on S40 stuff aswell