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