On Tue, Jul 31, 2018 at 7:42 PM, fredvs <fi...@hotmail.com> wrote:
> @ Marcos and Douglas: thanks for your light.
>
>> However, if your application is just a console app that do the job and
>> dies, as FPC, then it will be the same.
>
> Huh, AFAIK MSE and fpGUI apps are console apps too ?

Yes, but AFAIK these apps do not have memleaks.

> Anyway, in my old time, playing with programing gives you a red card when
> your code generated a memory leak.
>
> But time has changed and maybe memory is not so rare and precious than
> before.

Nothing has changed. If your code has memleaks, something is wrong. Period.

> Like explained in fpc mailing-list, what is important now is speed and no
> matter for some memory leak if it makes code faster.

That are their thinking...
You cannot use this "approach" for apps that could stay running
"forever" like web apps on the server, DLLs, even a desktop apps that
users don't close. Memleaks, in that cases, will be a problem for
sure.

regards,
Marcos Douglas

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to