Re: Garbage Collection
Jolyon Smith wrote:
The problem is far worse in .net where the garbage collection leads
people to think that they don't need to worry about memory management
They generally don't have to worry about memory management. But they
should not forget the protection of all others resources.
--
Rudy Velthuis [TeamB]
http://www.teamb.com
"You can get more with a kind word and a gun than you can with a
kind word alone." -- Al Capone (1899-1947)
.
Relevant Pages
- Re: What is different with Python ?
... I know I'm going out on a limb by asking this, but why do you think future software engineers should know about memory management? ... I used to worry about whether stacks grew up or down and addressing modes and floating point formats. ... Sure, somebody's got to worry about those things, but most people who write software can be blissfully ignorant of these issues because somebody else (compiler writer, hardware designer, operating system writer, etc) has already done the worrying. ... (comp.lang.python) - Re: What is different with Python ?
... > mostly hidden by Python (ex: memory management) and that could be ... I used to worry about register allocation. ... (compiler writer, hardware designer, operating system writer, etc) ... (comp.lang.python) - Re: Why no reset() function?
... But I had the impression that the OP didn't ... want to worry about memory management at all. ... (comp.lang.c) - Re: Delete string variable
... This sort of nit-picky ... memory management just isn't something we generally have to worry about ... anymore, and simply put, VB doesn't even provide direct means of controlling ... (microsoft.public.vb.general.discussion) - Re: Suscription and bug fixing...
... I got that, don't worry. ... Jolyon Smith ... WHILE INKEY$ WEND ... (borland.public.delphi.non-technical) |
|