[fpc-devel] Light weight threads for FPC

Michael Schnell mschnell at lumino.de
Mon Dec 17 09:16:23 CET 2007


Regarding the heavy load you are planning here:

When thinking about "lightweight threads" to make use of multiple 
_CPUs_, wouldn't it be viable to consider splitting the tasks across 
multiple _PCs_ as well ?

Thus: If planning an implementation of parallelism in the language 
itself (with support of the RTL), IMHO this should be done in a way that 
the user optionally can feed PC arrays with the same syntax.

-Michael



More information about the fpc-devel mailing list