concurrency

Robert Fraser fraserofthenight at gmail.com
Sat Feb 9 18:29:09 PST 2008


Mike Koehmstedt wrote:
> How does garbage collection currently work in a multi-processor environment?
> 
> My plan is to only have one thread per processor in addition to the main thread. When GC runs, does it pause all threads on all processors or does it only pause threads on a per-processor basis?
> 
> 
> Denton Cockburn Wrote:
> 
>> Ok, Walter's said previously (I think) that he's going to wait to see what
>> C++ does in regards to multicore concurrency.
>>
>> Ignoring this for now, for fun, what ideas do you guys have regarding
>> multicore concurrency?
> 

It pauses all threads on all processors.



More information about the Digitalmars-d mailing list