A
adhyani
Guest
Hi All, I need your help in fixing some Methods which are causing memory leakage issue in our Application and hence the AppServer and Webspeed Server is getting hung on a regular basis.Can you please help us to know the correct way of handling the objects deletion in case of below type of Methods. Type 1: Method Public test(a as char): DEF VAR x AS EncodedPasswd NO-UNDO. x = New EncodedPasswd(). Return x. End Method. Type 2: Method Public test2(a as char): Return New EncodedPasswd(). End Method. Thanks & Regards, Ajay Dhyani,
Continue reading...
Continue reading...