Two applications perform network i/o concurrently. For instance, Firefox and Download Accelerator.

The idea is to let serve the queue of packets of Firefox prior to serving those of Download Accelerator. (Well, almost all the time — allow a portion of those of Download Accelerator to come through in order to avoid breaking the connections)

It is no problem to configure them both to use a local proxy (maybe with different credentials).

Which local proxy, a firewall or ... you name it ... can do this ?

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

You might give this one a try: Traffic Shaper

It looks like it would work for what you are wanting to do. Also has some good tutorials on the site if you are not familiar with setting up firewalls.

link|improve this answer
feedback

I think the magic phrase you want to google is "traffic shaping".

It is possible to build a shaper with Linux and iptables, or you can spend appropriately large amounts of money to buy an appliance (for example from Packeteer) to do the job for you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.