throttling

BizTalk: how to limit number of connections to a wcf service?

I developed a BizTalk application that receives as input a file that contains a bunch of messages. I use the BizTalk XML disassembler component to 'debatch' the file in sepereate messages. Each of those messages is picked up from the MessageBox by an orchestration that transforms the message and calls a wcf service. The problem I am exp...

How to stream AAC/mp4 in silverlight with bit rate throttling

Hello I'm trying to play AAC audio files in mp4 container with Silverlight. Server is IIS 7 with Bit rate throttling for mp4 (10 sec burst, 100% stream rate). With wma files this setup works fine, but with mp4 the player doesn't start until the whole audio file has been downloaded to the client. Has anyone a good advice on this? TIA /St...

How to fetch from a large list with Throttling enabled?

We have a SharePoint list containing 50.000 items, and want to fetch some data from it without disabling SP2010's default throttling. From the MSDN artical on handling large lists, we figured the key ingredient would be using a small RowLimit on the SPQuery, and using ListItemCollectionPosition for batching. However, with our code (so...

Stack Exchange API compliant request throttle implementation on Google App Engine Cloud inrastructure

I have been writing a Google Chrome extension for Stack Exchange (http://goo.gl/iWo0). It's a simple extension that allows you to keep track of your reputation and get notified of comments on Stack Exchange sites. Currently I've encountered with some issues that I can't handle myself. My extension uses Google App Engine as its back-end ...