J
jankeir
Guest
I mean in this case: run someinternalprocedure in new safelib("someproc.p"):getHandle(). Can I rely on the safelib that is being instantiated here to stay around until after the run someinternalprocedure? The handle that is obtained from the object is the persistent procedure handle, however if the object would ever be garbage collected immediately after 'getHandle' but before run someInternalprocedure it would delete that persistent procedure handle.
Continue reading...
Continue reading...