Tuesday, May 27, 2008

Java Data Structures That Scale to Hundreds of Processors

Cliff Click on a Scalable Non-Blocking Coding Style "Dr Cliff Click, a distinguished engineer at Azul Systems, gave a talk (slides here) at this year’s JavaOne describing a set of techniques that have allowed him to get quite some way towards a scalable, non-blocking coding style in Java. In very broad terms his approach implements a non-blocking algorithm such that stopping one particular thread does not stop global progress."

No comments: