Quantcast
Channel: Concurrency – Java Creed
Viewing all articles
Browse latest Browse all 10

The Broken Singleton

$
0
0
The Singleton (Wiki) pattern is quite an old and well known pattern. This pattern was discussed over and over again in many books and articles on the web. So why are we discussing it again here? This article is not about the Singleton pattern per se, but more about the Java Memory Model (Paper) and the concurrent access of shared objects.

Viewing all articles
Browse latest Browse all 10

Trending Articles