0 Replies Latest reply on Mar 29, 2005 4:13 PM by abitha

    HASingleton and new instances.

    abitha

      If I have a HASingleton class, and that object creates a new instance (call it instanceA) of some other class - can we say with certainty that the new instance is running on the same server? If there is a failover, and a different server starts the HASingleton service, and references the instanceA, then what happens?

      Sorry if the questions is very basic, or naive.

      Thanks.