in reply to Re^2: use dual-core or quad-core
in thread use dual-core or quad-core
Beware that threads can have nasty pitfalls in perl, so if you don't have a lot of data to share between the parallel calculations you could try to start separate processes instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: use dual-core or quad-core
by BrowserUk (Patriarch) on May 20, 2008 at 09:23 UTC |