[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PTP messaging sessions, and subtle difference between DELETE OBJECT and RUN deleteSessi

Status
Not open for further replies.
B

bronco

Guest
The difference is that, since persistent procedure don't have a destructor, no logic is executed when you do a DELETE OBJECT. No connections are closed, no other objects are deleted. DELETE OBJECT just destroys the persistent procedure. In this case deleteSession acts as a destructor, cleaning up the "mess". But you have to call is yourself.

Continue reading...
 
Status
Not open for further replies.
Top