z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Moving z/OS UNIX executables into the LPA

z/OS UNIX System Services Planning
GA32-0884-00

Some executables in the file system can be commonly used by many concurrent users, or they can be loaded and deleted frequently during normal production. Such executables are performance sensitive, and they might be good candidates for inclusion in the LPA. Moving such programs to the LPA can reduce storage consumption, reduce DASD I/O activity for loads, and reduce the storage copied on each fork().

Guideline: One thing to consider when you analyze which executables belong in LPA is that modules with the sticky bit on are not eligible for local spawn(). If your executable is normally invoked by spawn(), either by the shell or by another application, turning on the sticky bit forces spawn() processing to execute the program in a spawned child address space. In cases where local spawn() would be used if the sticky bit were not on, this reduces the benefit of loading the executable from the LPA.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014