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 |
How do you implement distributed applications in .net?
What?s typical about a Windows process in regards to memory allocation?
define client activated objects (cao)?
What are channels in .NET Remoting?
I am developing a project.Title is "Remote Demonstator".Using asp.net and C# Abstact: While administrator moving mouse and clicking on any link in the webpage that action will be performed in Server machine as well as in client machine.The client initially have to log-in and make a phone call to the admin. This is my project. How can i get this? I can create a website but this concept i have to implement in my website.How can i achive this? How to get client system control and how my mouse movings can be visible to client? I request all to please give me a basic idea or some hint. Advance Thanks.
Can you have two files with the same file name in GAC?
What is Remoting?
How to perform Remoting?
How to decide which to use .net remoting or asp.net web services?
Explain threading types?
What are the security measures exist for .net remoting in system.runtime.remoting?
What are the threading types?