G
glen herrmannsfeldt
Guest
Eric Wallin <tammie.eric@gmail.com> wrote:
(snip)
If they are independent, processing independent data, then no
problem. Usually they at least need to communicate with the OS
(or outside world, in general), which often needs semaphores.
(snip)
The question is related to communication between threads.If the programmer writes the individual thread programs so that
two threads never write to the same address then by definition
it can't happen (unless there is a bug in the code).
If they are independent, processing independent data, then no
problem. Usually they at least need to communicate with the OS
(or outside world, in general), which often needs semaphores.
-- glenI probably haven't thought about this as much as you have,
but I don't see the fundamental need for more hardware if
the programmer does his/her job.