in reply to Perl and parallel processors
Another option is to use threads but working with threads in perl isn't as straight-forward as you might imagine. Especially don't expect to be able to share objects from classes that weren't written to be thread-aware (which probably includes most modules on CPAN).
For numeric processing PDL supports something called PDL threads, but exactly how that relates to multi-processors is foggy to me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and parallel processors
by andye (Curate) on Apr 24, 2007 at 13:32 UTC | |
by etj (Priest) on May 22, 2022 at 18:48 UTC |