ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/bin/treescan
(Generate patch)

Comparing IO-AIO/bin/treescan (file contents):
Revision 1.7 by root, Tue Sep 27 12:10:29 2011 UTC vs.
Revision 1.8 by root, Tue Sep 27 12:12:55 2011 UTC

64 64
65 &scan ("$path$_") for @$dirs; 65 &scan ("$path$_") for @$dirs;
66 }; 66 };
67} 67}
68 68
69IO::AIO::max_outstanding 400; 69IO::AIO::max_outstanding 400; # two fds per directory, so limit accordingly
70IO::AIO::min_parallel 20; 70IO::AIO::min_parallel 20;
71 71
72for my $seed (@ARGV) { 72for my $seed (@ARGV) {
73 $seed =~ s/\/+$//; 73 $seed =~ s/\/+$//;
74 aio_lstat "$seed/.", sub { 74 aio_lstat "$seed/.", sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines