Re: [fpc-pascal] Threading support under FPC
Пётр Косаревский
ppkk at mail.ru
Thu Sep 28 15:37:29 CEST 2006
> Hi,
> How good is the threading support in Free Pascal? I'm using 2.1.1. I
> haven't used threading before under FPC and am about to revamp an
> in-house application to support mutliple threads. I don't want to
> start the app and then find out that there is some major stability
> issues with threading support. Anybody find issues with FPC's
> threading support? Any special params that I need to pass to the
> compiler?
> Regards,
> - Graeme -
If it didn't change recently, thread priority doesn't work under Win32 (you can change the property, but it has no effect). And I was told, it could be possible to use WinAPI SetThreadPriority etc manually. (It appeared that I didn't really need it, so I didn't check it.)
More information about the fpc-pascal
mailing list