in reply to
Perl threads - parallel run not working
There is warning in
http://perldoc.perl.org/threads.html#Current-working-directory
so you should use
File::Find
no_chdir => 1,
option as chdir is global on linux, all threads share one chdir
Comment on
Re: Perl threads - parallel run not working
In Section
Seekers of Perl Wisdom