WCF:What types of the quota have the WCF transports?
Answer / arunajyothi
WCF transports have three types of quotas
1. Timeouts
2. Memory allocation limits
3. Collection size limits
·Timeouts are a mitigation of DOS attacks that rely on
tying up resources for an extended period of time.
·Memory allocation limits prevent a single connection from
exhausting system memory and denying service to other
connections.
·Collection size limits bound the consumption of resources
that indirectly allocate memory or are in limited supply.
Is This Answer Correct ? | 2 Yes | 0 No |
WCF:Can we use the public queues without the Windows domain? If cannot then why?
what is windows card space?
Explain briefly different instance modes in wcf?
What do you understand by the term soap?
How many types of transport schemas are there in wcf?
what is DataContractSerializer?
WCF:Is there an error in the Msmq address the "net.msmq://MyHost/private$/MyQueue"?
How can we host wcf service?
What are the types of Data Contracts in WCF?
How to define a service as rest based service in wcf?
What is REST and what is the problem with WCF REST and how it can be resolved?
What does a windows communication foundation, or wcf, service application use to present exception information to clients by default?