What?s Singleton activation mode?

Answer Posted / rashmi tiwari

In the Singleton activation mode, an object is instantiated
to response any number of client requests. It also
maintains the state information during the method calls.
Hence, such objects are sometimes referred to as stateful
objects, and all their clients globally share the state
maintained by the Singleton activation mode. The object is
required for a long period for maintaining its state

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the proxy of the server object in .net remoting?

762


How can you configure a .net remoting object via xml file?

789


What are the difference between static assemblies and dynamic assemblies?

757


What is unmanaged code?

727


Will clr handle unmanaged code or not?

736


When should we choose .net remoting over .net web services?

708


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

709


define client activated objects (cao)?

810


What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?

691


Define singleton activation mode in .net remoting?

697


Explain serialization formatters in .net remoting

721


What does manifest consists?

708


Explain how to perform remoting?

721


Define remotable objects in .net remoting?

715


What are dynamic assemblies?

759