Concurrency architecture for D2

Walter Bright newshound1 at digitalmars.com
Fri Jan 8 12:28:39 PST 2010


Steven E. Harris wrote:
> Walter Bright <newshound1 at digitalmars.com> writes:
> 
>> The failed Java concurrency model is an example of this shortage.
> 
> Can you elaborate? Are you talking pre-JSR-000133¹?
> 
> 
> Footnotes: 
> ¹ http://jcp.org/aboutJava/communityprocess/review/jsr133/index.html
> 


In Java, you can share data between threads without restriction. Hence, 
code is vulnerable to all the sequential consistency bugs.



More information about the Digitalmars-d mailing list