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 do you mean by passport authentication and windows authentication ?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
1 Answers Tavant Technologies, TCS, Tech Mahindra,
what are the various type of channels used by .Net remoting and which is the best one?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Difference between remoting and web service ?
Can you have two files with the same file name in GAC?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
What is strong name and what is the need of it ?
What are the security measures exist for .net remoting in system.runtime.remoting?
How can you create a strong name for a .NET assembly?