[fpc-devel]1.1 Development compiler supports multithreading

andrew johnson acjgenius at earthlink.net
Fri Nov 1 20:52:19 CET 2002


I just tried to update(-dP) to start testing this out, and got a
directory lock error on fpc/packages/extra/fpgtk. I think that the
permissions script must have been forgotten.

Andrew

On Fri, 2002-11-01 at 14:17, Peter Vreman wrote:
> For the ppl that want to start with multithreading development. It is now
> possible under Linux and Win32. The RTL is threadsafe and has the required
> knowledge to support multithreading.
> 
> For including the multithreaded capability in your program you need to
> include {$threading on} compiler switch in your program. This will include
> the SysThrds unit that provides the (callback) routines to make the RTL
> threadsafe.
> 
> Peter





More information about the fpc-devel mailing list