Throttling is a mechanism to regulate the rate at which processing is performed
Questions tagged [throttling]
1092 questions
0
votes
1 answer
Subclass Rack::Throttle
i am reading about Rack::Throttle and i want to change the default client identifier from an IP to somethng else. The documentation says it can be done
The rate-limiting counters stored and maintained by Rack::Throttle are
keyed to unique HTTP…

Cristian Rivera
- 187
- 1
- 5
0
votes
2 answers
Apache Camel throttling with a SOAP endpoint -> TransformerException
We have an Apache Camel application providing SOAP service. The "initial route" starts from a Apache CFX -provided endpoint.
We need a simple mechanism to prevent the messages from being handled "too fast" (and don't have massive scalability…

Touko
- 11,359
- 16
- 75
- 105
0
votes
2 answers
How do I throttle or slow down Grails?
I'm testing an AJAX application, and I need to test my loading/wait screens. I'd like to make the application take a longer time to respond to an AJAX request. The following code works okay, but is rather inelegant. Perhaps a thread or a timer?
…

sparkyspider
- 13,195
- 10
- 89
- 133
0
votes
0 answers
Is there any way to block GPU throttling programmatically in Acer V3
I have problem with GPU throttling in Acer V3-571G. The GPU core slows down from 660 to 270MHz making dedicated card useless. I have not seen any program which allows stoping throttling of GPU.
Is it possible to get direct access to GPU cores via…

Yoda
- 17,363
- 67
- 204
- 344
0
votes
2 answers
YouTube style throttling in Flash
I may be completely insane on this one, but it seems like the download/buffer rate of YouTube videos is faster at the beginning and the further the buffer point gets from the currently playing mark, the slower buffering goes.
Am I crazy, or does it…

Jay Paroline
- 2,487
- 1
- 22
- 27
0
votes
1 answer
Controlling Virtualized CPU's Clock Speed?
I'm currently building a small virtual machine in c modelling an old 16-bit CPU, which runs at a super slow clock speed (a few 100 Khz). How would I throttle the virtual machine's processing speed of opcode, etc..? or would I even want to?

Daniel
- 1,692
- 2
- 13
- 19
0
votes
2 answers
How should I implement GCM push process on the server side?
I'm currently working on GCM for android and implement the server code using PHP. Right now, my code looks like this:
$url = 'https://android.googleapis.com/gcm/send';
$registrationIDs = array('device1', 'device2');//device ids from…

ariefbayu
- 21,849
- 12
- 71
- 92
0
votes
1 answer
Custom throttle extender in knockout.js
I have an observable that's binded to some input, and sometimes it's value changes too fast, so that the end user does not have time to read it. So I want to restrict the speed of changes in input.
But it's not a throttle, because throttle is a…

Kasheftin
- 7,509
- 11
- 41
- 68
0
votes
1 answer
Login Throttling Function with Active Record
I have a function that I found that was wrote to use PDO, I modified it to use codeigniters active record db class. Everything work EXCEPT when I place the code within a function like so:
function login_attempt_count() {
$seconds = 10;
…

Kyle Coots
- 2,041
- 1
- 18
- 24
0
votes
1 answer
Amazon SES advantage of SMTP over plain SES
Does anyone know if there is any advantage of using Amazon SES SMTP option vs. plain SES?
We are running over our limits and I'd like to use a third-party package that includes throttling, but they only support it for plain SES.
Thanks!

hgolov
- 650
- 1
- 11
- 28
0
votes
1 answer
Best way to throttle email on Windows Server 2008
I have a server with SMTP set up for my site's outbound email. In order to not get blacklisted I'd like to limit outbound emails to under an arbitrary threshold (let's say 500 per hour). What's the best way to implement this?
The two possibilities…

XVargas
- 1,512
- 2
- 13
- 16
0
votes
2 answers
How do I get first value instantly if my throttle is set to 120000
So basically I wan't to get data from server at start and then update it every 2 minutes, but instead it gets first value only after 2 minutes, what can I do about this?
Here is my js markup:
var itemViewModel = {
item: ko.observable().extend({…

skmasq
- 4,470
- 6
- 42
- 77
0
votes
3 answers
Javascript infinite scroll throttling/debouncing
I have this infinite scroll function set up on several of my pages. It works perfectly fine, but the Ajax call to load more items makes several database calls and it has to load a lot of images each time, and it usually takes several seconds to…

jaimerump
- 882
- 4
- 17
- 35
0
votes
1 answer
Appfabric cache maxconnectionstoserver
I have a query about network connection throttling when using AppFabric cache.
In terms of an ASP.NET WCF based application, how does the Windows AppFabricCache 'maxConnectionsToServer' setting interact with the System.Net 'maxconnection' setting?…

Jason Salter
- 3
- 6
0
votes
1 answer
Proxy Service for WSO2 ESB with Carbon Studio adding throttling policy
I create a proxy service with Carbon Studio, this service has a Throttling policy, then deploy in WSO2 ESB but when access by administration console the throtting is disabled for this service. It's posible enable throttling in Carbon Studio?

dvdgarcia
- 49
- 3