 |
Linode.com Forum Linode Community Forums
|
| Author |
Message |
npk1977
Joined: 03 May 2007
Posts: 4
|
| Posted: Mon May 07, 2007 11:48 am Post subject: HTTP POST Request Bandwidth Throttling |
|
|
All-
I have written a webapp on lighttpd that sends fairly large files, via HTTP's POST method, to my linode.
I'd like to learn about solutions that will throttle bandwidth on a per-connection basis. Any ideas?
thank you!
n |
|
| Back to top |
|
sednet
Joined: 17 Mar 2004
Posts: 106
Location: Europe
|
| Posted: Mon May 07, 2007 3:01 pm Post subject: Re: HTTP POST Request Bandwidth Throttling |
|
|
npk1977 wrote:
I have written a webapp on lighttpd that sends fairly large files, via HTTP's POST method, to my linode.
I'd like to learn about solutions that will throttle bandwidth on a per-connection basis. Any ideas?
Do you want to rate limit traffic going to your linode or away from it?
It sounds like the traffic you want to reduce is going to your linode. It's a lot easier to do bandwidth limiting on the sending side. I don't believe iptables has any native support for bandwidth limiting.
If you can use another tool to do this the easiest way is rsync --bwlimit |
|
| Back to top |
|
| |
|