Subject Re: [firebird-support] Re: Linux UDF written in pascal
Author Flávio Costa
UDFs needs to be multithreaded? I guess they're only ordinary
functions. There's no global variables that need synchronization.

And free pascal (lazarus) have a TThread class, same way Delphi does.

On Wed, Jun 10, 2009 at 09:53, Anderson Farias<peixedragao@...> wrote:
>
>
> Hi,
>
>> This UDF was compiled on both Linux and Windows, and it works.
>
> Multithreaded (simultâneus users)??? AFAIR, Free pascal libs surfer from
> multithreading... (but I may be wrong)
>
> Regards,
> Anderson Farias
>
>