0
votes
What are the Dangers of using a Singleton in a multithreaded application
There is some debate with respect to the need to make the first check for null use Thread.VolatileRead() if you use the double checked locking pattern and want it to work on all memory models. An …
