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

1 Reply

@npk1977:

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

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct