
May 2nd, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 912
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
The Singleton Pattern Revisited
A reader wrote in some time after we ran a short series on the Singleton pattern with some questions. These included how to construct a singleton when the class has a non-trivial constructor with arguments that are calculated at run-time, and how to use the singleton in a multi-threaded environment. If you were wondering about these issues as well, keep reading.
Read the full article here: The Singleton Pattern Revisited
For more discussion go here: Blog Article Discussion
|