What?s Singleton activation mode?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are the information required to configure remote objects?
Define singlecall activation mode in .net remoting?
About .NET Remoting and types of remoting ?
Where are shared assemblies stored?
What?s typical about a Windows process in regards to memory allocation?
What is Remoting?
What are CAO's i.e. Client Activated Objects ?
About performance issues on retrieving records ?
How can you debug failed assembly binds?
Give the Hierarchial description of remoting?
Define the lease of the object?
What is unmanaged code and will CLR handle this kind of code or not ?