Top "Throttling" questions

Throttling is a mechanism to regulate the rate at which processing is performed

How to programmatically limit bandwidth usage of my c# application?

I've got a backup application here which connects to various webservices and downloads/uploads files from ftp or http servers. …

c# limit bandwidth throttling
WCF Service Throttling

I have a WCF service deployed in a console app with BasicHTTPBinding and SSL enabled. The following attribute is set …

.net wcf throttling
Limiting/throttling the rate of HTTP requests in GRequests

I'm writing a small script in Python 2.7.3 with GRequests and lxml that will allow me to gather some collectible card …

python http python-requests throttling rate-limiting
Throttling method calls using Guava RateLimiter class

I am trying to throttle the number of calls to a method per second. I tried to achieve this using …

java guava throttling
Throttling login attempts

(This is in principal a language-agnostic question, though in my case I am using ASP.NET 3.5) I am using the …

security language-agnostic login throttling
Bandwidth throttling in C#

I am developing a program that continually sends a stream of data in the background and I want to allow …

c# bandwidth throttling
Linkedin API throttle limit

Recently I was developing an application using Linkedin people-search API. Documentation says that a developer registration has 1 lac API calls …

linkedin throttling
How to keep CPU from 'sleeping' when screen is turned off in Android?

I have an application in which I am sending network data over WiFI. Everything is fine until I turn the …

android android-wifi cpu-speed throttling sleep-mode
Rate exceeded in throttling is thrown on DescribeJobFlows

Several days ago all went well, but now, not just one, but three of our servers are throwing these exceptions: { "…

amazon-web-services throttling
Laravel: Integrating Throttle in Custom Login

How to integrate laravel throttle if I did not use the default LoginController given by laravel? here's my controller: use …

php laravel validation laravel-5.4 throttling