If two clients do Activation.GetObject, using the Singleton approach, and the same address, are they going to get the same instance of the class? Or will each client get a different instance?
If two clients do Activation.GetObject, using the Singleton approach, and the same address, are they going to get the same instance of the class? Or will each client get a different instance?