BizTalk Orchestration Throttling Pattern � Richard Seroter?s Architecture Musings:
I?m currently architecting a project where one of the requirements is to limit the number of concurrent calls to a web service.
Pretty cool pattern, fairly easy to implement and should yield descent performance. I need to limit the number of messages delivered pr. minute however, so that’s a different sort of problem…
