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.