Reputation: 9992
Can anyone point to some good articles on WCF Service Throttling settings to improve performance. I have a per call service with approx 100 users
Upvotes: 2
Views: 1558
Reputation: 755321
How about these?
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
Upvotes: 4