Subject UDF and THREADS
Author imsas2002
Just a quick question...
I'm using W2K server & workstation (FB1)
If i write a udf function. do all connections/requests use the same
loaded dll, or does each connection/request load its own version of
the dll to call the UDF?

What i'm really getting at is, do i need to make my dll's containing
the udf's thread safe?