Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
279 views

How to limit bandwith use when using HttpWebRequest?

How to limit bandwith use when using HttpWebRequest?
7
votes
4answers
648 views

Best practices of high-performance network applications

While testing out a UDP multicast server that I've written on Windows 7 Ultimate x64, I came across a most curious thing. Playing music with foobar2000 in the background significantly improved the ...
5
votes
1answer
1k views

Throttling with urllib2

is it possible to easily cap the kbps when using urllib2? If it is, any code examples or resources you could direct me to would be greatly appreciated.
2
votes
3answers
313 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 ...
2
votes
2answers
239 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 ...
2
votes
2answers
258 views

Prioritizing erlang nodes

Assuming I have a cluster of n erlang nodes, some of which may be on my LAN, while others may be connected using a WAN (i.e. via the internet), what are suitable mechanisms to cater for a) different ...
1
vote
0answers
22 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 ...
1
vote
0answers
75 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.
1
vote
2answers
141 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
2answers
582 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 ...
1
vote
1answer
269 views

How to limit upload speed for MAMP

I am using MAMP to test my javaScript/flash based website locally. It uses a small php script running on MAMP (Apache 2.0.63) to receive a file uploaded via post from the client. In order to test the ...
1
vote
1answer
187 views

socket connection bandwith limiting / traffic shaping with ActionScript

Does anyone know of a way to monitor and/or limit bandwidth usage for a given socket connection in ActionScript 3? I have an Adobe AIR app from which I need to upload large streams of data. However, ...
0
votes
0answers
14 views

Upload bandwidth limitation [migrated]

Are there any options how do I limit the upload bandwidth used to say 25% or 50% of the full upload bandwidth? While uploading files: in the web-browser, in the email client like outlook, FTP ...
0
votes
0answers
21 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 ...
0
votes
1answer
326 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
139 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
118 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
89 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
0answers
77 views

postfix delivery rate based on origin

How can I rate the outgoing email based on who is trying to send it. For example, if one email address is trying to send many emails or big ones (with big attachments), how can I configure postfix to ...
0
votes
1answer
77 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 ...