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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to