Hello,
We are using OO since few month is our OpenEdge project. We recently solved a problem with a class who contains a buffer handle who was not released in the destructor (this was in link with de "-rereadnolock" parameter).
Now, I have those questions :
What is it needed to do in a destructor of a class?
A delete of handle and object? An empty of temp-table? Anything else?
Is it useless traitment?
Is the OpenEdge's garbage collector is enought reliable to omit this?
Thanks!
We are using OO since few month is our OpenEdge project. We recently solved a problem with a class who contains a buffer handle who was not released in the destructor (this was in link with de "-rereadnolock" parameter).
Now, I have those questions :
What is it needed to do in a destructor of a class?
A delete of handle and object? An empty of temp-table? Anything else?
Is it useless traitment?
Is the OpenEdge's garbage collector is enought reliable to omit this?
Thanks!