Here I Am

From: Ethan Dicks <erd_6502_at_yahoo.com>
Date: Wed Jan 30 17:26:23 2002

--- Sipke de Wal <sipke_at_wxs.nl> wrote:
> It's amazing how stable the win$ucks platform is given the principle
> that it does not reclaim allocated memory back to the OS if it is
> not absolutly certain it's safe! Ok, you're left with a memory leak
> there, but you can always reboot the bastard every other day ;=)

It's probably due to the DOSish origins of Windows. UNIX always
required an MMU of some sort (Minix being the one exception I can
think of off the top of my head). As a result, UNIX always cleaned
up when a process ended. AmigaDOS, which requires no MMU, is
terrible for slow memory leaks. There's lots of docs about how
to detect leaks and how to estimate what you forgot to give up
by comparing common system structure sizes to your leakages.

-ethan


__________________________________________________
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions!
http://auctions.yahoo.com
Received on Wed Jan 30 2002 - 17:26:23 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:34:59 BST