Subject Re: [firebird-support] how to implement thread safe UDFs ?
Author Adrian Roman
> what can be said the better way to implement thread safe UDFs ?

Yes. Don't use global variables, and you won't need critical sections...


Adrian Roman