What?s Singleton activation mode?

Answers were Sorted based on User's Feedback



What?s Singleton activation mode? ..

Answer / ganesh

In Singleton activation mode all incoming requests are
serviced by single Server object.
So Server object is alive till client stops communication or
object exists naturally.

Is This Answer Correct ?    1 Yes 0 No

What?s Singleton activation mode? ..

Answer / bindu sarika

A single object instantiated regardeless of the number of
clients accessing it,and the lifetime of the object is
determined by lifetime lease.

Is This Answer Correct ?    1 Yes 1 No

What?s Singleton activation mode? ..

Answer / 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

More Dot Net Remoting Interview Questions

Will clr handle unmanaged code or not?

0 Answers  


How do you register a .NET assembly?

2 Answers   Microsoft,


What is strong name and what is the need of it ?

1 Answers   Digital GlobalSoft,


What is an assembly and what does manifest consists ?

3 Answers   TCS,


What is a formatter in .net remoting?

0 Answers  






How are the activation URLs different in case of SAO and CAO in .NET remoting?

0 Answers  


What is a process ?

6 Answers   TCS,


What is strong name and what is the purpose of strong name ?

8 Answers   Qwest, Sons Of Technology, TCS,


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

0 Answers  


What are CAO's i.e. Client Activated Objects ?

1 Answers  


Can we configure a .net remoting object via xml file?

0 Answers  


What is the difference between private and shared assembly?

1 Answers  


Categories