in reply to Re^2: use dual-core or quad-core
in thread use dual-core or quad-core

I think the "number of cores" is just the number of parallel threads or processes used, which shouldn't be too hard to in perl.

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