[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: can we rely on when garbage collection fires?

  • Thread starter Thread starter jankeir
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top