in reply to Re: Curious Observation with File::Copy;
in thread Curious Observation with File::Copy;

It is a bit mind-boggling I admit but we don't have a good test environment at the moment with which to run this particular test. What I mean by the NFS is simply this: we have a directory say /path/to/test and a second directory /path/to/another/test. Both these directories are on ServerA. NFS comes in because another/test is being exported to ServerB with NFS.
"Ex libris un peut de tout"

Replies are listed 'Best First'.
Re: Curious Observation with File::Copy;
by Abigail-II (Bishop) on Jun 27, 2003 at 13:49 UTC
    So, what are you testing? A copy from /path/to/test to /path/to/another/test, all done on ServerA? In that case, NFS doesn't come in at all.

    Abigail