home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / rexx / 818 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.3 KB  |  33 lines

  1. Newsgroups: comp.lang.rexx
  2. Path: sparky!uunet!gatech!darwin.sura.net!cs.ucf.edu!grossman
  3. From: grossman@cs.ucf.edu (David Grossman)
  4. Subject: Rexx under VM/XA
  5. Message-ID: <grossman.715022235@eola.cs.ucf.edu>
  6. Sender: news@cs.ucf.edu (News system)
  7. Organization: University of Central Florida
  8. Distribution: na
  9. Date: Fri, 28 Aug 1992 17:17:15 GMT
  10. Lines: 21
  11.  
  12. I am interested in rewriting some REXX code that currently runs under
  13. VM to take advantage of additional memory available under a larger
  14. virtual machine under VM/XA. I am curious if anyone has any comments about
  15. the potential for performance improvements (I realize that you are still going
  16. to be swapping out pages to disk). Some additional questions are:
  17.  
  18. 1. Is their a limit on the program stack size under VM/XA or does it
  19.    take advantage of the larger virtual storage as well.
  20.  
  21. 2. Is there any documentation on how compound variables are "found." If I
  22.    do a test on DATATYPE(LIST.Y.COUNT) and Y='HIPPO' to see if there is
  23.    already an entry under 'HIPPO' how is this search conducted? The 
  24.    temptation with a large enough virtual machine is to use larger
  25.    arrays with compound variables instead of writing to temporary files.
  26.  
  27. 3. Are there any CMS commands to assist in taking full advantage of the
  28.    larger virtual machine?
  29.  
  30. Any help would be appreciated.
  31.  
  32. DG
  33.