× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Alexei Pytel wrote:

> <SNIP>
> This does NOT work across memory pools.  If you have two users
> in two different pools running order entry, you have two
> copies of the program AND the data.  So running like jobs
> together in the same pool is really good advice.</SNIP>
> 
> With all respect... This DOES work across memory pools.
> 

Hey, both of you are right, but for different parts of the 
equation.  Data can be accessed in any memory page regardless of 
the memory pool it is in.  Program specific logic and buffers 
cannot be accessed across memory pool boundaries, IIRC.  

IE, if I've got 2 memory pools for my interactive work and user z 
loads up pgma in pool 1 and then user y loads up pgma in pool 2, 
there will be two copies of pgma in memory.  If user z reads 
record 12345 and then user y also reads 12345, user y will read 
from memory and not perform another fetch from disk.

-- 
Sue
iSeries Advanced Technical Sales Support
Rochester, MN


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.