Trey,<br><br>You didn't mention what your network topology looks like, but if you have multiple LANs with local fileservers, then the approach we use might work for you.<br><br>We have 40 field locations each with their own LAN, fileserver, and 10 - 100 workstations.  Each field location is connected to the WAN via one or more T1 lines.  Each fileserver has a software share with a full copy of all software installers, etc.  Each workstation executes wpkg.bat which determines the appropriate server based on the workstations IP address (could also use computer name) and then sets %SOFTWARE% accordingly.  This allows all workstations to install packages from a local network share rather than over the WAN.  When a new installer becomes available, we just have to update the package definition as usual and then use a script to push the installer to those 40 servers.  <br>
<br>Of course, this won't really help you if you don't have local fileservers available for package storage.<br><br>Another idea might be to have wpkg.bat sleep for a random number of minutes before starting wpkg.js.  That's definitely not as precise, but it might work with some tweaking.  It's probably not as good of an option as using wget with --limit-rate as Heiko suggested, though.<br>
<br><br>Cheers,<br><br>Troy<br><br><br>