What is the best way to duplicate a file on an NFS mount, specifically is there any way to to that without looping the read/write back through the local network interface?
I have a large application that is currently doing copy() in a few places and we've tracked down some performance issues to this step - we're considering moving our disk array mount to something like iSCSI but would really be keen to see if there's a fast fix we could apply to the NFS.
Thanks.