If your final dir is a network share, you may wish to copy the file to a staging directory to then have a background thread copy to the network.
This allows me to keep be able to keep up speed. The build directory is a tmpfs, the stage directory is a local hard disk, and the final directory is a NFS share over 1 Gbe network. So it's rather slow.
If your final dir is a network share, you may wish to copy the file to a staging directory to then have a background thread copy to the network.
This allows me to keep be able to keep up speed. The build directory is a tmpfs, the stage directory is a local hard disk, and the final directory is a NFS share over 1 Gbe network. So it's rather slow.