Can anyone point 开发者_JAVA百科to some good articles on WCF Service Throttling settings to improve performance. I have a per call service with approx 100 users
How about these?
- MSDN: Using ServiceThrottlingBehavior to Control WCF Service Performance
- KennyW: Throttling in WCF
- Dan Rigsby: How to throttle a WCF service
You say approx. 100 users - but how many requests will those users send per hour/minute/second, and how long does your service take to service on request (on average)?
Marc
精彩评论