Python Forum
Memory leaks sometimes don't matter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Memory leaks sometimes don't matter
#1
https://twitter.com/pomeranian99/status/...4438094848

Quote:This sparked and interesting memory for me.  I was once working with a
customer who was producing on-board software for a missile.  In my analysis
of the code, I pointed out that they had a number of problems with storage
leaks.  Imagine my surprise when the customers chief software engineer said
"Of course it leaks".  He went on to point out that they had calculated the
amount of memory the application would leak in the total possible flight time
for the missile and then doubled that number.  They added this much
additional memory to the hardware to "support" the leaks.  Since the missile
will explode when it hits it's target or at the end of it's flight, the
ultimate in garbage collection is performed without programmer intervention.

If the leak will take longer to eat all the memory than the hardware will exist... is it really a problem?

   
Reply


Messages In This Thread
Memory leaks sometimes don't matter - by nilamo - May-04-2017, 08:12 PM
RE: Memory leaks sometimes don't matter - by Ofnuts - May-08-2017, 07:54 PM
RE: Memory leaks sometimes don't matter - by wavic - May-09-2017, 02:43 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020