|
Not to me. When an object is read into memory, it by definition resides in two places at one time, no? There is a clear difference between virtual memory (the huge address space that single level store inhabits) and physical memory. There is a map that indicates where on disk a given virtual address space resides, and that's what the single-level store is about. Then there's the paging mechanism, which tells you whether a copy of the object already resides in physical memory. Here, there is a difference depending on whether the object is read-only or update-capable. I could see a problem if the object was write-capable and in two locations, but it seems to me that a program object is not write capable (that's why programs get "moved" to QRPLOBJ when you compile new versions). Anyway, we're probably guessing and you're just as likely to be right as I am. Like I said, maybe someone from IBM can enlighten us. Joe > From: CWilt@xxxxxxxxxxxx > > I don't know for sure, but.... > > It would seem that having "copies" of the object in multiple pools would > violate the whole idea of single level store. I.E. the object exists only > in one place at a time.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.