The memory management differs quite drastically between NT technology-based
Windows versions (XP, 2000, & NT) and non-NT based versions (9x & ME).
Windows NT-based systems are more like UNIX where each application runs in a
separate memory space, while non-Windows NT-based system use a shared memory
space. The separate memory space model allows the operating system to
reclaim all of an application's allocated resources when it terminates,
while the shared model doesn't.
OK, that's all good in a perfect world, but as some of you may have noticed,
resources tend to get lost after some applications terminate (mainly
abnormally). And even though the O/S is meant to clean up, some resources
just never seem to be returned to the common pool. Maybe it's because (for
some reason) some ghost threads still remain?
-Andreas
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Thursday, 19 July 2001 16:03
To: Multiple recipients of list delphi
Subject: RE: [DUG]: Destroying Objects
Win 95 doesn't but in my experience NT and 2000 do. 2000 is better than
NT.
JED
>From bitter experience with W95 I am certain that Windows does not clean
up
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the [EMAIL PROTECTED]
**********************************************************************
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/