What’s Singleton activation mode?
By in ASP.NET on Dec 01 2006
  • shankar kumar
    Feb, 2014 7

    A single object is instantiated regardless of the number of clients accessing it. Lifetime of this object is determined by lifetime lease

    • 0
  • Sanjay 0
    Dec, 2006 1

    It is the one of the activation mode of the Server Activated Remote Object.Singleton activation mode is useful in scenarios such as in chat server where multiple client talk to the some remote object and share the data between one another. 

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS