Tuesday, November 9, 2010

Wcf scalability secret

This is something you will not hear anywhere and which I have found out after a month of study. The real problem in calling a Wcf service which in turn is the client for another Wcf service is that throttling comes into the picture.

But throttling happens on the server - this does not prevent the client service from creating channels without any limit once the throttling limit is reached.

Hence handle count increases exponentially and a problem is created.

- Posted using BlogPress from my iPhone

No comments:

Post a Comment