Views: 3.6K
Replies: 0
Archived
|
Little confused about the Singleton Design PatternI am little bit confused about Singleton.
Suppose there are 5 users concurrently accessing an ASP.NET web application in which a Singleton is implemented. Now when the first user that connected created a new object(singleton). Can any other subsequent user see the same object? That is, is the Singleton objects shared by all users?. Please clarify Vikash Srivastava, Oct 19, 2013
|