WCF:What types of the quota have the WCF transports?



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

Post New Answer

More WCF Interview Questions

explain wcf web service (ws) binding type? : Wcf data services

0 Answers  


explain what is transport and message reliability? : Wcf data services

0 Answers  


How can we host wcf service?

0 Answers  


What are the mep in wcf?

0 Answers  


When is the msmqintegrationbinding?

0 Answers  






What tool client can use to generate the proxy of WCF?

0 Answers  


What is .net 3.0?

0 Answers  


What is the proxy for wcf service?

0 Answers  


Where we can host wcf services?

0 Answers  


What message exchange patterns (meps) supported by wcf?

0 Answers  


WCF:What types of reliable messaging are implemented in the WCF?

0 Answers  


Explain briefly different instance modes in wcf?

0 Answers  


Categories