Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
2k views

How do I throttle my site's API users?

The legitimate users of my site occasionally hammer the server with API requests that cause undesirable results. I want to institute a limit of no more than say one API call every 5 seconds or n calls ...
12
votes
9answers
3k views

Tool for degrading my network connection?

I've written some applications than heavily use network, and I would to test it over a slow network. I'm looking for a tool to simulate this kind of connections. Edit: I'm only interested in Windows ...
10
votes
6answers
1k views

CPU throttling in C++

I was just wandering if there is an elegant way to set the maximum CPU load for a particular thread doing intensive calculations. Right now I have located the most time consuming loop in the thread ...
8
votes
9answers
3k views

Throttling method calls to M requests in N seconds

I need a component/class that throttles execution of some method to maximum M calls in N seconds (or ms or nanos, does not matter). In other words I need to make sure that my method is executed no ...
6
votes
6answers
2k views

How to throttle login attemps in Java webapp?

I want to implement an efficient mechanism to throttle login attemps in my Java web application, to prevent brute-force attacks on user accounts. Jeff explained the why, but not the how. Simon ...
5
votes
2answers
348 views

How do I throttle a slider's value change event?

I got a slider that on value change forces a fairly serious computation, so I want to throttle it to fire actual event after for example 50ms pass when user has finished sliding it. While I learned ...
4
votes
4answers
545 views

C# Throttle CPU Usage of Application

A new game server just came out which our company would like to offer for rental. However, the game developers did not create any sort of hibernation mode to shut down the physics when no players are ...
4
votes
5answers
897 views

Can I throttle requests made by a distributed app?

My application makes Web Service requests; there is a max rate of requests the provider will handle, so I need to throttle them down. When the app ran on a single server, I used to do it at the ...
3
votes
3answers
259 views

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 display off or the device goes to 'sleep'. I'm already locking the WiFi however, it seems to be ...
3
votes
2answers
366 views

How to throttle or prioritize a query in MySql

Is there anyway to prioritize or throttle a query at all in MySQL? I'm a DBA on a server that sees a lot of unoptimized queries come into the server and they just destroy the CPU. I'm looking at ...
2
votes
2answers
644 views

Rate limiting a ruby file stream

I am working on a project which involves uploading flash video files to a S3 bucket from a number of geographically distributed nodes. The video files are about 2-3mb each, and we are only sending ...
2
votes
2answers
430 views

Is there a way to throttle or limit resources used by a user in Oracle?

I have a multi-user web application and am encountering issues when a third party reporting application queries my Oracle 10g database. The reporting queries are slowing the system and impacting all ...
1
vote
0answers
63 views

Throttling - Maximum method calls per second

I am consuming a web service via WCF and I want to restrict service method calls by N every second. Is there a class that will help me achieve this. Or do I need to manually update a count and reset ...
1
vote
2answers
98 views

.NET Throttle algorithm

i would like to implement a good throttle algorithm by in .net (C# or VB) but i cannot figure out how could i do that. The case is my asp.net website should post requests to another website to fetch ...
1
vote
1answer
62 views

gearman and retrying workers with unreliable external dependencies

I'm using gearman to queue a variety of different jobs, some which can always be serviced immediately, and some which can "fail", because they require an unreliable external service. (For example, ...
1
vote
1answer
105 views

How can I throttle requests per minute in ASP.NET MVC?

I want to be able to say that if a request from the same user (for an API) starts to happen quickly enough that their requests per minute reaches a certain level, I want to start denying the requests ...
1
vote
1answer
177 views

Ways to throttle ajax requests

I'm using the following code (written by another user) to throttle ajax requests in a livesearch function: JSFiddle if you prefer a demo: http://jsfiddle.net/4xLVp/ It seems buggy, though. Clearing ...
1
vote
2answers
142 views

How can I reduce the impact of a long-running i/o-intensive query in PostgreSQL?

This post suggests I can use a cursor to fetch from a query at a throttled rate. How do I do this? My aim is to reduce the impact of this low-priority query on other higher-priority queries.
1
vote
2answers
251 views

CCK fields disappear from Content type

Sometimes, during period of high traffic on sites, CCK input fields disappear while adding a content from the backend. I haven't enabled the throttle module. The fields are restored automatically at ...
1
vote
1answer
150 views

How to predict result set row count?

I have an application where I create a big SQL query dynamically for SQL server 2008. This query is based on various search criteria which the user might give such as search by lastname, firstname, ...
0
votes
2answers
71 views

How to prioritize and throttle requests in Java?

My application handles Web Service requests(real time requests and a batch program firing requests) and calls an external system to retreive data. External system has a limit on requests, it can ...
0
votes
2answers
88 views

javascript/jquery - add debounce (throttle) to a button

I want to add a debounce (throttle) to a button, but i want to perform some actions each time user clicks button, but only after 5 second after user hits button, then perform SQL update. Usually the ...
0
votes
2answers
240 views

is there anyway to throttle connection speed (bandwidth) using modern browsers (chrome,ff,ie,safari) for testing?

i was wondering it there was a way to throttle inbound connection speed using some extension / addon for any modern browser? i would like to slow the speed down to something like 20kbs just to see ...
0
votes
1answer
245 views

throttling http requests google chrome extension

As it turns out the answer to my prior question does not work. The problem is that I am overloading the server with requests. The process needs a throttle so that subsequent requests incur a little ...
0
votes
1answer
32 views

one-line code for system freeze [closed]

Few years ago (maybe 3) i saw on internet one-line codes for different programming languages which causes cpu throttle up to 100% and freeze after few seconds (approx 2-3), after that computer did not ...
0
votes
1answer
52 views

Windows(Vista) CMD Verticle Refresh Rate

So I'm developing oldschool ASCII games for the DOS Prompt, worth my time you ask? I'd say so, its nostalgic. Anyways since I got back into it and relearned now to access the screen memory directly ...
0
votes
2answers
120 views

WCF & Network Bandwidth Throttling

I have a client application calling a method of a WCF service. Sometimes one of the parameter of this method call is close to 10MB. This causes a problem when the client is in a really slow network. ...
0
votes
2answers
168 views

what is the “rails way” to throttle sending lots of messages to users?

When our rails 3 app sends messages (email or sms) to users we need ot throttle the rate at which we do so. suppose the_list = Messages.find(someconditions) the_list.each do |msg| msg.send_me ...
0
votes
1answer
76 views

number of queries limited in mysql

hi I use a java library(jwpl) to connect a database of mysql. number of queries that I can be asked on a certain term is limited. for example query="select * from table where keyword= term" can be ...
0
votes
1answer
270 views

How to test a web API throttle limit in Python

I would like to test a web API throttle limit of a given site using Python. This API throttle limit allows X requests MAX over Y seconds per IP. I would like to be able to test the reliability of ...
0
votes
2answers
187 views

what design pattern to use for multiple throttled api requests?

I'm writing a web site that uses multiple web services with throttle restrictions. I.e. Amazon is 1 request per second, another is 5000/day another is x/minute. When a user does something, I need to ...
0
votes
2answers
341 views

Pattern for limiting number of simultaneous asynchronous calls

I need to retrieve multiple objects from an external system. The external system supports multiple simultaneous requests (i.e. threads), but it is possible to flood the external system - therefore I ...
0
votes
0answers
138 views

Joystick values not correct

I have a problem with respect of getting the state of a steering wheel (Logitech Steering Wheel). It looks like it doesn't perceive the throttle - rglSlider[0] is always 0, even if the acceleration ...
0
votes
2answers
1k views

Bandwidth throttling for Apache<2.2 on Windows (mod_throttle?)

Does anyone know of a windows build of mod_throttle for Apache 2.2 or lower? Or perhaps another means by which to throttle bandwidth. I need to throttle as low as 64k for a local speed test ...