[fpc-devel] Parallel Computing

Michael Schnell mschnell at lumino.de
Tue Nov 4 12:29:00 CET 2008


> I think that some keyword _parallel_ cannot solve this. 
This of course is correct. It's only meant for very simple cases (e.g. 
like Matrix Multiplication) where mutual interactions are excluded. 
Normally this does not help with _latency_ issues (what I normally use 
threads for) but with parallelism for speed (which I never did yet).
> In the hand of unexperienced programer brings more problems than profit.
>   
If he does not stick to this paradigm, he of course will fail.

-Michael



More information about the fpc-devel mailing list