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: <[EMAIL PROTECTED]>
To: "FPC developers' list" <[email protected]>
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  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to