Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: File copy size limit on Linux

by maverick (Curate)
on Dec 19, 2003 at 15:38 UTC ( [id://315817]=note: print w/replies, xml ) Need Help??


in reply to File copy size limit on Linux

From (insert name here)'s post, it looks like Perl's copy function is opening one file, reading some bytes and then spitting them out to another file...for lots of small files, this is probably the most efficent way to go about it.

But, I'd be willing to be that for very large files, it's probably faster to use 'system("cp file1 file2")'.

What you're trading here is the time it takes to do the system call vs.the speed of a native executable that might be pulling tricks at the file system level.

P.S. You're not running RedHat 2.1..it doesn't even have support for files > 2gb. :)

/\/\averick

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (6)
As of 2024-04-24 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found