in reply to Re^2: Multythread script. The best way.
in thread Multythread script. The best way.
Now I know what and where to read.
Okay, great. But that doesn't seem to be making best use of the "collective intelligence of the monastery".
We are talking about the specific treatment of the strength and aerodynamic data.
So, you are looking to distribute cpu-intensive numerical calculations over multiple cores?
If yes, then you can probably avoid having to read half or more of those.
Will there be a final phase of the processing that will need to consolidate the partial calculations from the distributed subsets? If so, we can probably reduce your search to one or two possibilities.
Are you looking to run this on one multi-cored box or distribute it over several or many boxes? A completely different subset of the list will be applicable in that case.
but ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Multythread script. The best way.
by builat (Monk) on Nov 02, 2013 at 07:10 UTC | |
by BrowserUk (Patriarch) on Nov 02, 2013 at 08:34 UTC | |
by builat (Monk) on Nov 02, 2013 at 09:01 UTC |