"SteveW" <(E-Mail Removed)> wrote in message
news:31738180-FF18-4691-8CD5-(E-Mail Removed)...
> Sure, I understand the difference between 1gb and 100 mb. If I moved one
> of
> the servers to 100mb, I can understand the difference. But why would
> moving
> the workstation that initiates the copy cause the file copy to slow down?
> What data is being exchanged between this workstation and the servers
> doing
> the copy? It shouldn't make this difference, but it appears it does.
It is because the Workstation copies the file into its own RAM and then
copies it from RAM to the target server because it is the Workstation's own
I/O system that is involved. It does not go directly between the two
servers. Thw workstation's perpspective of the copy is that it is copying
from one UNC Location to another UNC Location just like if it was from one
local drive to another local drive. So you effectively copy the file twice
(to the workstation,..from the workstation).
If you want it to go directly between the two servers either:
1. Go to the server itself and do it (doesn't matter which server, just pick
one)
OR
2. Use Remote Desktop from the workstation to connect to one of the servers
(either one) and do the copy from the remote session.
OR
3. Write a batch file that resides on one of the two servers that has the
command to do the copy. Have it execute using the Task Scheduler. (No you
can't execute the batch file from the workstation because it will run in the
workstation's RAM again).
There are probably a few other ways, but those are the three most obvious
ways that I can think of.
--
Phillip Windell
www.wandtv.com
The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------
Understanding the ISA 2004 Access Rule Processing
http://www.isaserver.org/articles/IS...cessRules.html
Troubleshooting Client Authentication on Access Rules in ISA Server 2004
http://download.microsoft.com/downlo...7/ts_rules.doc
Microsoft Internet Security & Acceleration Server: Partners
http://www.microsoft.com/isaserver/partners/default.asp
Microsoft ISA Server Partners: Partner Hardware Solutions
http://www.microsoft.com/forefront/e...epartners.mspx
-----------------------------------------------------