On Tuesday, May 20, 2003, at 08:46 AM, James S Jones wrote: > Here's a typical scenario for me. > > I download a new or updated application. A disk image mounts. I > double-click a PDF or text documentation file for the app. Acrobat > Reader or TextEdit opens with the document and I skim the info to > decide whether I'm interested. I then close the document, but not the > "reader". Next, I try to eject the disk (image) and can't--it's in > use. After reading this, I'm wondering if virtual memory isn't the culprit. When you close a document, the area of memory that "held" the document isn't immediately cleared, thus the document may still be in use. The advantage of doing this is that if the user closed the document by mistake, re-opening is instantaneous. -Mike