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

About remoting and web services. Difference between them?

6 Answers   Microsoft,


How does assembly versioning in .NET prevent DLL Hell?

3 Answers   Satyam, Siebel Systems,


What is assembly ?

4 Answers   DELL, TCS,


explain is .NET Remoting?

2 Answers   Mind Tree,


What is unmanaged code?

0 Answers  






What are the types of remoting?

0 Answers  


What is UUID and GUID what is the size of this ID ?

2 Answers   DELL,


What is Remoting?

0 Answers  


Which Namespaces is used to achieve the Remoting?

0 Answers  


What?s a Windows process?

1 Answers  


Where is global assembly cache located on the system?

3 Answers   HCL, Value Labs,


What does manifest consists?

0 Answers  


Categories