Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

We have many Windows XP computers sharing one connection to the internet. These machines are set to download all available automatic updates and then prompt the user to install them.

Whenever Patch Tuesday rolls around, our internet usage pegs out, and remains that way for most of the day, and sometimes into the following Wednesday. This hurts!

I still want the machines to start to download the updates as soon as they are available, but if it takes until Thursday or Friday before the last updates are downloaded, that's still better than the latency and dropped connections we are seeing now as a result of the internet connection bottleneck.

What can I do to throttle back how rapidly each machine downloads the updates, while still having them all start the download process as soon as the updates are available? I have no desire to run a WSUS server. Also, the internet connection is more than enough, whenever there are no updates to download.

share|improve this question

3 Answers

up vote 1 down vote accepted

Traffic Shaper XP is a perfect fit.

Features:

  • Speed limiting for bandwidth-intensive applications and protocols
  • Flexible address and port filtering
  • Acknowledgement prioritization to speed up congested links
  • Real-time traffic monitoring and stream statistics

Traffic Shaper XP is freeware

share|improve this answer
a fit maybe, not a perfect one though, as the free version can only throttle the bandwidth on a computer, automated bandwidth distribution os not an option. and when it comes to paid software, i'd say NetLimiter is the better option. – Molly7244 Dec 17 '09 at 20:48
"What can I do to throttle back how rapidly each machine downloads the updates, while still having them all start the download process as soon as the updates are available?" I think it's fully capable of what he's after. – John T Dec 17 '09 at 20:52

Seems like you should really consider installing a WSUS server. Then only one machine downloads the updates -- all the clients go to it. Free and reasonably easy to setup. All the machines don't need to be in a domain, either (although that certainly simplifies setup).

In the meantime, you can also look at throttling BITS via this Technet article.

share|improve this answer
1  
(Yes, I know you don't want to do a WSUS server, but it is such an obvious solution!) ;-) – Chris_K Dec 17 '09 at 20:34
+1 for BITS throttling. I was going to suggest this Technet article: blogs.technet.com/tmintner/archive/2006/04/12/425112.aspx – JMD Dec 17 '09 at 20:38
The bonus is that BITS settings can be manipulated via Group Policy, so if you have that in place (you do mention "many" boxes") you could adjust these settings from one place. – JMD Dec 17 '09 at 20:39
The only downside is that BITS will throttle all applications on the machine, not just the WSUS updates. – John T Dec 17 '09 at 20:44
+1 for WSUS, it's made specifically for your use case – Christopher Edwards Dec 17 '09 at 21:20
show 1 more comment

Its a bit of an ugly hack but i tend to use this Offline update on a network share as a poor man's WSUS server, especially for getting fresh installs up to speed. Tie that in with a sceduled task, and turn off automatic updates, and it should do

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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