On 10/17/2010 11:09 AM, Mark Jacobs wrote:
Would the use of the Rexx Compiler and Library product, once
we compile our exec's, make any appreciable difference in
Netview's CPU consumption?

I would expect some improvement, but how much is dependent on where the code spends its time. If it executes many statements a small number of times, then the current code will run faster compiled (reduced tokenization of newly encountered statements). If most of the time is spent in small loops, with minimal tokenization, you won't see much improvement.

Another gotcha is to make sure the compiler and compiler library are installed correctly to use the compiled code. I last looked at this a dozen years ago, and don't remember the details of installation. If done improperly, the tokenized code will run, using the alternate library, instead of running the compiled code.


Gerhard Postpischil
Bradford, VT

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to