[fpc-pascal] Threading vs Parallelism ?

Michael Schnell mschnell at lumino.de
Thu Mar 30 10:06:57 CEST 2017


On 29.03.2017 20:57, fredvs wrote:

> Huh, ok, but why parallelism is better and how to do it with fpc ?
>
Parallelism within a process always is based on threads.

AFAIK, fpc does not (yet) provide a more convenient abstraction for 
parallelism (such as parallel loops) than TThread.

-Michael




More information about the fpc-pascal mailing list