The bandwidth-throttling tag has no wiki summary.
-1
votes
0answers
41 views
Android - Creating A Bandwidth Cap
I'm attempting to create a bandwidth cap for Android where a user is disconnected from the internet once they have used a specified amount of data. I currently have the ability to monitor bandwidth - ...
2
votes
1answer
72 views
Throttling Android WiFi Traffic
Does anyone know how this can be done? If so - has anyone seen any examples, tutorials or repositories containing such a method?
I've found the following:
...
0
votes
0answers
44 views
How to detect upload bandwidth for throttling?
Some apps like dropbox and backblaze have the ability to dynamically adjust the upload bandwidth to avoid using all the upstream.
I know that the reason they do it (as explained well in this ...
0
votes
0answers
19 views
Network utilization for bandwidth throttling
Currently my client send 5 concurrent sessions, I am increasing my NIC to 1GB, so that server will check available bandwidth and will send more sessions. Could you please point out how I will compare ...
0
votes
0answers
157 views
How can I limit server bandwidth per client connection
I have video hosted on my site getting like 10000 views per day. Video is 65 MB ( 20 minutes ) . So when a user start watching video it's generally get loaded full on their computer in 2-3 minutes. ...
0
votes
0answers
51 views
bandwidth/QOS test - paid or free
I have to support a video rich web site. Many of the users are on a city/municipal computer and network. When a user reports a performance issue (video slow to load or hanging) we verify server and ...
-1
votes
1answer
128 views
WW-DRT Limit Bandwidth for subnet [closed]
I searched all over the web for "How to limit a specific subnet/user's bandwidth."
I have a room mate on my router that thinks it's ok to torrent and leave them uploading the entire day = no LOL for ...
0
votes
0answers
103 views
How to limit download speed of a zip file using Bit Rate Throttle? [closed]
I downloaded Bit Rate Throttling and tried to configure a rule
Then I tried to download a zip file, but the rule was ignored and the file came at 20MB+
The module is enabled at the website I am ...
3
votes
2answers
156 views
mp3 bandwidth throttle using htaccess and php
I'm being destroyed by robots and malicious users trying to take down my site.
I tried making a bandwidth limiter by mod_rewriting all requests for mp3 files to a php script which would track each ip ...
0
votes
1answer
95 views
Does RestKit support bandwidth limits?
I'm using RestKit to POST large files and it is working well enough that it is using up about as much bandwidth as is available. How do I limit the data rate? I am sending one file at a time so I ...
1
vote
1answer
205 views
IIS7 and ASP.NET how to throttle user requests
I am using ASP.NET with IIS7 and today a bug in one of my pages caused the server to go down. The script was using ajax to query a resource at a rate of ~1000 requests per second. The requests are ...
0
votes
1answer
213 views
throttling amazon s3 to limit budget
I am creating a small site and would like to use Amazon's S3 to host and deliver user-uploaded images. However, I'm slightly concerned about bandwidth usage(and the bill) as I've read some horror ...
0
votes
1answer
297 views
Limit NSURLConnection data rate? (Bandwidth throttling)
Is there a way to limit the bandwidth used by an NSURLConnection, or I'm forced to use CFNetwork methods?
9
votes
1answer
412 views
Bandwidth throttling using Twisted
I'm trying to set speed limits on downloading/uploading files and found that twisted provides twisted.protocols.policies.ThrottlingFactory to handle this job, but I can't get it right. I set readLimit ...
2
votes
1answer
148 views
Manage network bandwidth on Android
Is there an API to dynamically control how much bandwidth each application is taking in Android?
For example if I want to start using a VOIP application and I want to make sure it gets all/most of ...
1
vote
0answers
90 views
Would this partially-downloaded image be explained by carrier data connection throttling?
I am re-asking this question under a new, specific hypothesis. If this is the answer I will update/collapse/merge both.
Could AT&T throttling the data usage of a subscriber explain an image that ...
0
votes
1answer
143 views
How can you throttle bandwidth usage on the receiving side of a video stream in ActionScript 3.0?
Right now I'm on a project that's moving video streams across RTMP using mostly ActionScript 3.0 (a little bit of 2.0 is used on the server side), and we already have functionality in place to ...
0
votes
1answer
250 views
Bandwidth limiter for localhost for web development
I have XAMPP running on localhost on Windows 7. I was trying to find a way to simulate the bandwidth of dialup and 3G connections.
Is there a current solution which works on a localhost and Windows 7 ...
0
votes
1answer
114 views
Free tool to throttle traffic between local IIS (loopback) and browser on local machine?
I want to do some performance tests on my dev box and want to throttle/slow down the traffic between the local IIS and the browser. I used the free NetBalanacer tool but it doesn't seem to support ...
0
votes
1answer
290 views
Limit upload speed per user with PHP or swfupload
I have a web application written in PHP and Yii that lets users upload images and videos using swfupload. There are two types of users: premium and regular.
I want to limit the upload speed for ...
1
vote
0answers
102 views
audio and video streaming - managing CPU and bandwidth
I'm looking into audio and video streaming (at the same time) between a provider and a consumer and I am wondering what are the best/common solutions to handle the balancing between audio and video ...
0
votes
0answers
161 views
Can you say what protocols bandwidth control of squid (delay pools) supports?
Download and Upload download limitation: I don't know, but as I saw the source code of the squid proxy, it seemed FTP (read) has delay-pool and supports download bandwidth limitation. I don't think ...
2
votes
1answer
159 views
Bandwidth limiting to my app in OS X
I want to write the application (daemon) what synchronizes files and runs in background. And i want to use only a part of bandwidth (better in percents, but fixed limit is acceptable) because full ...
1
vote
0answers
285 views
Limiting bandwidth per connection after bandwidth consumed [closed]
I have a lan with several users and limited external bandwidth, I would like to limit peoples bandwidth per connection based on the throughput over time. I currently use pfsense but I cannot see a ...
5
votes
2answers
621 views
How do I limit socket speed in C? [duplicate]
Possible Duplicate:
How do you throttle the bandwidth of a socket connection in C?
I'm writing a simple FTP server in C for a Unix environment. As a feature of the server, I want to limit ...
0
votes
1answer
743 views
Bandwidth throttling using netem?
I am trying to emulate a network as (bitrate: 200kbps , packetloss: 0.03, delay: 400ms) and I am using netem.
tc qdisc add dev eth1 root handle 1:0 netem delay 400ms loss 0.03%
tc qdisc add dev eth1 ...
4
votes
1answer
188 views
How can I split a single direct ftp download into simultaneous multiple parts?
Is there any way, commonly known or purely theoretical, to have a single link to a single file -- say, a typical download file on your regular browser -- but split the transfer itself into multiple ...
9
votes
3answers
5k views
Simulate limited bandwidth from within Chrome?
Is there a way I can simulate various connection speeds from within Chrome?
I need to be able to check http://localhost with varying speeds.
I know there are standalone applications that can do ...
1
vote
4answers
327 views
Limiting download speed in PHP web frameworks
I'm going to implement a website in PHP using a Web Framework. I never implemented a website in PHP... I don't have problems learning new languages (when I created my first iPad app for a customer I ...
4
votes
1answer
483 views
limiting the network bandwidth of a java process
Is there an efficient way to limit the bandwidth of a certain java process?
I am familiar with solutions like trickle to limit bandwidth of a certain process on run time
sudo trickle -s -d 1024 ...
1
vote
0answers
263 views
Is there a “simple” way a Java Application can throttle bandwidth to a specified limit?
I have a Java swing application that can uploads files to a server. It uses all the available upload bandwidth and that's okay when I'm at home. But it uses up a massive amount of upload bandwidth ...
0
votes
1answer
255 views
Bandwidth control with LibCurlNet
I am using LibCurlNet to transfer files over the net. I was looking for something like bandwidth throttling using LibCurlNet. Does anyone has any Idea about it?
I have found that we can do it using ...
2
votes
1answer
815 views
Bandwidth throttling in C# windows application
I need to implement Bandwidth Throttling feature in windows application. There are two threads on SO:
How to programatically limit bandwidth usage of my c# windows forms application
Bandwidth ...
0
votes
1answer
277 views
Code optimization: bandwidth monitor in c# issues
my question is mainly about code optimization(at the moment)
I have created a network monitor that monitors different connections on the PC, what i had done is I'm sniffing packets at the 3rd level of ...
0
votes
1answer
42 views
PHP giving image with throttled bandwitdth and caching?
Here is a link to an example bandwidth throttling PHP script for a file. I see an improvement I can make that's unrelated that I'll make myself later, but other than that... How could you use this ...
0
votes
1answer
64 views
Bandwidth Source
Please sorry if the following question seems stupid. Otherwise direct me to the appropriate place to ask it.
My question is, the webhosting companies where do they lease/get their bandwidth from? Do ...
2
votes
1answer
814 views
How can I add a download speed limit to this php script?
I found this great script to download and protect the files from a directory:
http://www.gowondesigns.com/?page.getfile
And I saw this code from a website too:
// local file that should be send to ...
1
vote
0answers
185 views
Java/Javascript/flash upload library with bandwidth limit feature
Is there any such library (like plupload, uploadify...), that has the feature of bandwidth limitation? So when uploading files you can lower the limit to 25% or 50% percent of the full upload ...
1
vote
0answers
80 views
HTML 5 : Bandwith throttling when uploading a file
I've read that we have a nice solution to upload files and get progress bar in HTML5, but I'm wondering if there is a way to manage throughput and limit bandwidth consumption with the same technology ...
6
votes
3answers
3k views
JMS message size
I'm currently working on bandwidth limiting feature (don't ask me why, its not my decision) for application which use JMS (Spring framework JMS and Active MQ namely) to sending messages with payload ...
1
vote
0answers
143 views
Bandwidth rate limiting per customer for multi-tenant SaaS in a virtual server environment
What is the best practice for bandwidth rate limiting per customer for multi-tenant SaaS in a virtual server environment like the Rackspace CloudServers? Apache2 is currently our web server.
2
votes
2answers
1k views
Limiting upload speed on Java?
I'd like to programmatically limit an upload or download operation in Java. I would assume that all I'd need to do was do check how fast the upload is going and insert Thread.sleep() accordingly like ...
1
vote
2answers
305 views
how to limit bandwidth usage for mongodb master-slave sync
Is there a way to limit bandwidth usage for mongodb master-slave sync.
The problem we've got is running out bandwidth when turn on mongodb master-slave sync.
Thanks a lot.
1
vote
1answer
996 views
IIS7 pseudo streaming FLV with bit rate throttling
I want to combine pseudo streaming of FLV videos with bandwidth control on IIS7.5.
Pseudo-streaming is the ability to seek/jump within a video although it has not been completely loaded, yet. It is ...
0
votes
1answer
569 views
Create a bandwidth control system
I plan to use C# to implement the bandwidth control system.
I need to implement the system that can allow the system user to set a bandwidth rate to the computer user.
How can I do that?
0
votes
1answer
252 views
IntelliJ IDEA debug configuration: bash scripting to limit cpu/bandwidth
I need to limit the CPU and bandwidth of my application for testing purposes during the development process and wrote a small bash script wrapper around the java command, but I'm not sure how I can ...
0
votes
2answers
141 views
Simulate high speed network connection
I have created a bandwidth meter application to measure total Internet traffic. I need to test the application with relatively high data transfer rates, such as 4 Mbps. I have a slow Internet ...
0
votes
1answer
144 views
3rd Party: Bandwidth Fluctuation for Asterisk Server
Hi! I'm currently doing a simple 3rd party system on Asterisk Server, In my system I've already done with measuring bandwidth usage for each call and determined what type of Codec being used.My ...
1
vote
2answers
1k views
How to test streaming bandwidth on localhost with Flash Media Server?
I'm trying to debbug my actionscript (AS3) code on Client side that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.
However, when I'm trying to test my player ...
9
votes
3answers
515 views
How to limit bandwith use when using HttpWebRequest?
How to limit bandwith use when using HttpWebRequest?


