Multiple Robocopy sessions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a limit to the number of simultaneous Robocopy sessions that can be run? I am not looking for the obvious limit of system resources, but rather if there are issues that arise from multiple sessions and what number of sessions are safe. Is there an official Microsoft reccomendation?

Thanks
 
Is there a limit to the number of simultaneous Robocopy sessions that can be run? I am not looking for the obvious limit of system resources, but rather if there are issues that arise from multiple sessions and what number of sessions are safe. Is there an official Microsoft reccomendation?

Thanks


As long as they are not operating on the same folders, and use different log
file, the limit is simply resources.

However, if multiple sessions use folders that are on the same physical drive,
you will get lots of seeks, making the process slower than a serial
implementation.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top