in reply to Re^2: Perl Program to efficiently process 500000 small files in a Directory (AIX)
in thread Perl Program to efficiently process 500000 small files in a Directory (AIX)
Can you tell me if Perl's "rename" is more efficient than "move"? As these files are on the same file system.
rename avoids spawning a new process to do the same syscall, so it should be faster and create less load.
Alexander
|
|---|