× 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.



On 7/20/2015 5:18 PM, Kurt Anderson wrote:
I was trying to go a best practices route with a consideration of procedures being called on the high end of 40 million times in a job run. I can add it to my list to test, although I'm always concerned about other active jobs impacting a test run.

I have processes like that, and all of them are I/O bound. In my
experience, IBM i is really good at handling memory, and it's got much
better with newer machines, where the base, minimum memory is greater
than it used to be.

Alan's concern about static variables comes from the need for IBM i to
preserve static storage when another process wants that physical memory.
At that moment, IBM i needs to write that page to DASD, and at some
future time, read it back. Imagine the same exact program running in a
dedicated pool where IBM i never needs to swap it out. No performance
penalty. Then there's the real life machine which isn't dedicated, but
does partial paging.

This is why measuring is so important. What runs poorly on my
constrained memory pool may run great on your big, dedicated pool.
Generic advice is... well, generic.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.