Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Copying a large file (6Gigs) across the network and deleting it at source location

by iburrell (Chaplain)
on Feb 05, 2004 at 02:41 UTC ( [id://326659]=note: print w/replies, xml ) Need Help??


in reply to Re: Copying a large file (6Gigs) across the network and deleting it at source location
in thread Copying a large file (6Gigs) across the network and deleting it at source location

Doing a checksum will effectively double the transfer time because the files need to be read back from the remote location. Especially since a network filesystem copy is fairly reliable since the OS does some error recovery.
  • Comment on Re: Re: Copying a large file (6Gigs) across the network and deleting it at source location

Replies are listed 'Best First'.
Re: Re: Re: Copying a large file (6Gigs) across the network and deleting it at source location
by allolex (Curate) on Feb 05, 2004 at 08:15 UTC

    Well, yes. That's a good point. But no one said the checksum has to be done from the remote system. ;)

    --
    Allolex

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://326659]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-18 23:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found