[fpc-devel] Parallel Computing
Boian Mitov
mitov at mitov.com
Tue Nov 4 09:54:18 CET 2008
I don't know about Michael, but almost every single development I have
done in the last 13 or so years had to have multithreading, be it for
handling RS 232, sockets, background compilation, image processing, process
control, communications, artificial intelligence, data acquisition, or
running medical procedures and measurements. Each of those tasks ended up
having a lot of support threads. Most of this stuff surely needs writing
synchronization and carefully controlling the threads, however there is a
large number of tasks that can easily be solved with CUDA or parallel loop
approach - DSP, Image processing, AI calculations, process control.
With best regards,
Boian Mitov
-------------------------------------------------------
Mitov Software
www.mitov.com
-------------------------------------------------------
----- Original Message -----
From: <petr.kristan at epos.cz>
To: "FPC developers' list" <fpc-devel at lists.freepascal.org>
Sent: Tuesday, November 04, 2008 12:45 AM
Subject: Re: [fpc-devel] Parallel Computing
> Michael. How many MT programs you really made?
>
> Petr
>
> --
> Ing. Petr Kristan
> .
> EPOS PRO s.r.o., Bozeny Nemcove 2625, 530 02 Pardubice
> tel: +420 466335223 Czech Republic (Eastern Europe)
> fax: +420 466510709
> _______________________________________________
> fpc-devel maillist - fpc-devel at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-devel
More information about the fpc-devel
mailing list