On 11/02/2011 03:31 PM, Catherine Moroney wrote:
Hello,
I'm working on an application that as part of its processing, needs to
copy 50 Meg binary files from one NFS mounted disk to another.
The simple-minded approach of shutil.copyfile is very slow, and I'm
guessing that this is due to the d
Hello,
I'm working on an application that as part of its processing, needs to
copy 50 Meg binary files from one NFS mounted disk to another.
The simple-minded approach of shutil.copyfile is very slow, and I'm
guessing that this is due to the default 16K buffer size. Using
shtil.copyfileobj