| Subject | Re: [firebird-support] how to implement thread safe UDFs ? |
|---|---|
| Author | Adrian Roman |
| Post date | 2004-03-17T16:58:23Z |
> 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