[fpc-pascal] FPC for High Performance Computing (HPC) Components with Application API

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Fri Oct 15 22:53:06 CEST 2010


Just one suggestion:

If the current TThread uses too many security facilities for your
purpose, then I think that it may not be possible to make a single
thread manager which fits all purposes.

So you could create your own high-performance thread manager, and for
most users which don't need this feature, but prefere safer threads,
can keep using the current thread manager, cthreads in UNIXes.

So you can still use the standard TThread object, just add your own
high_performace_thread_manager unit to your uses clause instead of
cthreads.

-- 
Felipe Monteiro de Carvalho



More information about the fpc-pascal mailing list