[fpc-devel] Parallel Computing
Michael Schnell
mschnell at lumino.de
Tue Nov 4 10:08:09 CET 2008
> Michael. How many MT programs you really made?
>
I don't know what you exactly mean here.
If MT just stands for Multi-Threading. Lots of them as well in Pascal
(usually Delphi) as in GNU C. Multi-Processing or Calculation speed
never was an issue but providing low latency to some of the tasks (GUI
serial and TCP/IP communication tasks, you name it).
As I already said, I never used OpenMP or similar tools but just TThread
(in Pascal) or my own stuff (in C).
-Michael
More information about the fpc-devel
mailing list