Hi All, Could anyone describe what the required thread safety for a UDF is? I understand that one is instantiated for each use of the function in an expression, but can there be multiple threads executing the methods of a single UDF object at once?
Thanks, Shaun