Throttling is a mechanism to regulate the rate at which processing is performed
Questions tagged [throttling]
1092 questions
0
votes
0 answers
Does webdriver IEserver throttle requests
I am experiencing a hang while calling the WebElement.Click() on selenium 2.39 and 2.42 IEDriver, using InternetExplorer.
I know that click() is a blocking call, but the interesting part is that the first time the call hangs, it block for 5…

amy8374
- 1,450
- 3
- 17
- 26
0
votes
0 answers
Website down because of account throttling
I developed a website using PHP and MySQL. The website is being hosted on Bluehost using their Pro plan. The account contains only the website and a vBulletin forum.
It goes down because of account throttling.
Average of concurrent users is 80 -…

Ahmad Abdullah
- 1,645
- 1
- 16
- 25
0
votes
0 answers
Throttle Messages Per Second
I am attempting to throttle the amount of messages I send to a SMPP SMC(server). I need to throttle them so the SMC does not throttle and drop my messages.
This is what I have tried:
double _client.SendSpeedLimit = 20;
if…

BossRoss
- 869
- 2
- 11
- 31
0
votes
0 answers
Implement a trapdoor function with only a time difference in calculation time
I would like to experiment with trapdoor functions as trottle tools for stuff like browser side API, blog comments, etc.
The idea would be to generate an x on the server, and send f(x) on the client. If the client want to send content anonymously,…

Bite code
- 578,959
- 113
- 301
- 329
0
votes
1 answer
How do I make the javascript resize event handler happen only after the user stops resizing the window?
How do I make the javascript resize event handler happen only after the user stops resizing the window?
I don't want it to get called over and over again as the user is resizing the window.
$(window).resize(function () {
if(…
user3557945
0
votes
1 answer
Apigee Throttling Scenario
Our organisation is in the process of migrating to Apigee.
What we want to achieve is the following scenario. Can you please advise me how to do it?
Maybe using together SpikeArrest, Quota and ConcurrentRatelimit?
I would like to ask for practical…

atkuzmanov
- 389
- 5
- 16
0
votes
1 answer
How can I configure WSO2 API Manager, So that throttling level(Service Level) will be decided by admin?
I'm using WSO2 API Manager for publishing APIs, creating and managing a developer community. I have come across a problem with handling throttling levels(Service Level). In WSO2 API Manager, developer decides the throttling level(Service Level) he…

Techie
- 44,706
- 42
- 157
- 243
0
votes
1 answer
WSO2 API Manager: deploy tiers.xml
How can I deploy my tiers.xml file into the WSO2 API Manager 1.6.0 via command line or via json or webservices? Is this possible? Currently I can do this via the carbon console.
I need this requirement while I am provisioning my server park via…

Marc
- 524
- 5
- 19
0
votes
1 answer
processing procontroll throttle
Just a simple question regarding the procontroll library on processing. I am trying to connect a joystick to a simple game. it consist of a vehicle that goes up and down. The downward motion is represented by gravity. the upward motion I wanted it…

user2732847
- 3
- 3
0
votes
1 answer
Using Rack::Attack to throttle Basic Auth
I have gem rack-attack setup for my app. I want to start throttling basic auth authentication based on IP.
My basic auth code setup like so:
# config/environments/production.rb
config.middleware.insert_after(::Rack::Lock, '::Rack::Auth::Basic',…

Jonathan Mui
- 2,471
- 3
- 19
- 27
0
votes
0 answers
org.apache.camel.model.ThrottleDefinition cannot be cast to org.apache.camel.model.RouteDefinition
I am trying to setup a dynamic route, here https://github.com/vaneyck/testingCamel
but it seems that i cant use Java fluent builder syntax to add throttling to the routes if I include routes in other routes.
If I add the throttle code to the routes…

user1879106
- 73
- 1
- 6
0
votes
0 answers
NSURLConnection (iOS, Objective-C) seems to be throttling after repeated sequential use
This is an issue that's making me question my own sanity, but I'm posting the question in case it's something real rather than a problem of my own making.
I have an iOS app that is making use of the NSURLConnection class to send a request to a…

Alex Clark
- 357
- 1
- 3
- 5
0
votes
3 answers
Limit the Number of Form Submissions (Consider submissions by multiple people simultaneously)
I am using PHP and MySQL to accept form registrations. Most responses to this question assume that only 1 person is using the application at once. However, any number of people could be completing the form at one time. How do I limit the number…
0
votes
1 answer
Slow MySQL query and CPU Throttling
I host my CakePHP 1.3.x application on a shared host (hostmonster). I received a DNS errors from Google's webmasters tools and by contacting the technical support of my host, they indicated that there are CPU throttling occurs for my account and…

SaidbakR
- 13,303
- 20
- 101
- 195
0
votes
1 answer
WCF Routing load balancing with throttling
Can I integrate throttling in WCF routing?
For example, I had an 2 endpoint in the router
main endpoint: 192.168.1.90:30000 backup endpoint: 192.168.1.80:30000
Can I set a throttling behavior in the router so that if the main endpoint already have…

marvzcosep
- 23
- 5