Basic Dot Net Question:
What’s SingleCall activation mode used for in .NET?
Answer:
If the server object is instantiated for responding to just one single request, the request should be made in SingleCall mode in .NET
Previous Question | Next Question |
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? | What’s Singleton activation mode in .NET? |