I'm running a database server that's under moderately heavy load. I just kicked off xcopy on that box to copy a database backup to a remote server.

I see that xcopy is using almost all my available bandwidth. I'm worried that it will hog bandwidth that the database would otherwise use.

If I lower xcopy's priority in taskmgr, will that de-prioritize the network traffic, or just CPU time?

link|improve this question

40% accept rate
feedback

2 Answers

up vote 3 down vote accepted

It will not prioritize network traffic's bandwdith. You will need a third party tool to perform process-based bandwidth throttling. Check out these Stack Exchange threads to find products that you might benefit from:

link|improve this answer
I wish I could upvote this a hundred times! – Scott Pack Dec 20 '11 at 1:33
feedback

That affinity is just CPU affinity not network.

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.