in reply to
Perl and parallel processors
If your architecture supports it, you could also try the
Parallel::MPI
interface to MPI, a message-passing interface. I have used
MPI
from C, and it's quite fast and efficient.
--
sgifford's Web page
Comment on
Re: Perl and parallel processors
In Section
Seekers of Perl Wisdom