Subject UDF Unloaded
Author philcaetano
Hi,

I wanted to know when are UDF's unloaded? I'm doing something "risky"
where I have a internal variable counter in the udf and I noticed the
UDF is unloaded when the user disconnects, but I wanted to know what
if I had a UDF function that is doing something that isn't completed
yet when the user disconnects?

Thanks