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

What do you mean by passport authentication and windows authentication ?

5 Answers   TCS,


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?

1 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?

2 Answers  


What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?

0 Answers  






What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


Difference between remoting and web service ?

1 Answers   Digital GlobalSoft,


Can you have two files with the same file name in GAC?

2 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


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

1 Answers   Digital GlobalSoft,


What are the security measures exist for .net remoting in system.runtime.remoting?

0 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


Categories