bandwidth Questions

4

Solved

I want to create a C++ server/client that maximizes the throughput over TCP socket communication on my localhost. As a preparation, I used iperf to find out what the maximum bandwidth is on my i7 M...
Radioscopy asked 31/7, 2011 at 9:35

5

Solved

We're working on an app that streams a large amount of data out via UDP for GSM-based phones. The idea is to use it while in conjunction with a voice call. If no voice call is present, things are g...
Overprize asked 20/7, 2011 at 1:11

5

Solved

Is it possible to gauge a web browsers upload and/or download speed by monitoring normal http requests? Ideally a web application would be able to tell the speed of a client without any modificatio...
Shuping asked 20/5, 2011 at 1:21

2

Solved

In paperclip when you save an image with lots of style and sizes it also saves the original. But in my app it's not necessary to save the original, just the style will do, what I was wondering wa...
Spindly asked 23/1, 2011 at 0:45

1

Solved

Hope that everybody is fine here. I am writing a windows service in C#/VB.Net that aims at measuring bandwidth consumption for all WebSites on localhost and store their statistics for upload , dow...
Bullroarer asked 1/6, 2010 at 10:6

1

Solved

How do I collect bandwidth usage/utilzation on devices/switches. From what I understand there are systems that do something like this. They seem to all have snmp in common. I am looking for imform...
Subbasement asked 9/3, 2011 at 23:3

2

Solved

We have a DSL , how can we calculate the available bandwidth so that we can shape the packet, We can assume the bandwidth to be 100mbps on the ethernet interface However, in DSL devices, the train ...
Phocomelia asked 22/2, 2011 at 17:41

1

Solved

As asked, I would like my script to check network bandwidth giving me any idea how fast user can surf through web. Is there any library, which allows me to specify size of package to be send ...
Waltraudwaltz asked 19/2, 2011 at 11:4

4

I'm attempting to send multichannel audio over WiFi from one server to multiple client computers using UDP broadcast on a private network. I'm using software called Pure Data, with a UDP broadcast...
Shamefaced asked 14/11, 2009 at 23:16

2

Solved

I am occasionally on an expensive Internet connection and I would like to know (at least approximately) how much data will be pushed to the remote in a git push.
Arnaldo asked 14/11, 2010 at 21:40

1

Solved

I can track the overall bandwidth usage of Android device. I wanted to know if there is any method or way, maybe an API or class, that can help me track my bandwidth usage per application or proces...
Miscellanea asked 3/11, 2010 at 5:43

2

Solved

I want to make a python script that tests the bandwidth of a connection. I am thinking of downloading/uploading a file of a known size using urllib2, and measuring the time it takes to perform this...
Schouten asked 19/7, 2010 at 10:52

4

Solved

I have a asp.net download page which send a file to client but I want to deny robots download this file because the file is large and as I can see from the records a bot downloads this file about 2...
Mazzola asked 27/6, 2010 at 20:53

5

Solved

I want to know if there is an efficient solution to monitor a process resource consumption (cpu, memory, network bandwidth) in Linux. I want to write a daemon in C++ that does this monitoring for s...
Gadolinite asked 2/11, 2009 at 21:19

1

Solved

I'm writing both client and server code using WCF, where I need to know the "perceived" bandwidth of traffic between the client and server. I could use ping statistics to gather this information se...
Aguedaaguero asked 21/5, 2010 at 21:58

3

Solved

Hi, We are developing a multi-tenant application in Asp.Net with separate Database for each tenant, in which one of the requirement is to monitor the bandwidth usage for each tenant, i have tried...
Lionel asked 30/3, 2010 at 5:29

3

Solved

The CUDA programming guide states that "Bandwidth is one of the most important gating factors for performance. Almost all changes to code should be made in the context of how they affect bandwi...
Fichu asked 4/3, 2010 at 17:25

6

I want to create a bandwidth meter for Windows using vb.net, but I cannot seem to find anything in the .net framework for monitoring the amount of data in or out. I want to create this because I ca...
Grubby asked 16/12, 2009 at 0:57

8

Goal How to encode the data that describes how to re-order a static list from a one order to another order using the minimum amount of data possible? I have a feeling there is an algorithm or com...
Conchitaconchobar asked 14/10, 2009 at 17:37

5

Solved

I've written a small web application which is basically a JQuery powered chat client within the browser, to get the posts I'm polling the server with an AJAX request and then appending any new repl...
Appraise asked 16/10, 2009 at 11:15

4

Solved

I'm not very experienced with lower level things such as howmany bytes a character is. I tried finding out if one character equals one byte, but without success. I need to set a delimiter used for...
Favouritism asked 26/6, 2009 at 13:30

3

Solved

Is there any way in Win32 to programmatically determine the bandwidth of a given network interface without actually transferring any data? I only want to distinguish between different types of inte...
Coles asked 11/5, 2009 at 18:20

1

Solved

I've got a backup application here which connects to various webservices and downloads/uploads files from ftp or http servers. What is the easiest way to limit the bandwidth usage of my application...
Charterhouse asked 11/5, 2009 at 9:49

24

What's a good way to survive abnormally high traffic spikes? My thought is that at some trigger, my website should temporarily switch into a "low bandwidth" mode: switch to basic HTML pages, minim...
Fall asked 20/10, 2008 at 12:33

3

Solved

What is the best way to reduce the size of the viewstate hidden field in JSF? I have noticed that my view state is approximately 40k this goes down to the client and back to the server on every req...
Denmark asked 23/9, 2008 at 15:7

© 2022 - 2024 — McMap. All rights reserved.