Well, if the library is executable code in a PDS, you can put the library into the LLA. This means that the first time a module is loaded, it will be cached in LLA. Subsequent loads will come from LLA. So you could do the preloading by running a batch job which _somehow_ loads the modules you want. I don't know of any system type program which will do this.
On Tue, Feb 5, 2013 at 10:27 AM, Miklos Szigetvari < [email protected]> wrote: > Hi > > Searching for a simple tool , which can load a number of modules to an > address space and starts a server. > (for example the HTTP server) . > For a number of different servers, we noticed that the performance would > be better, if the called programs would be preloaded. > An option would be to put this heavily used modules to the LPA , dynamic > LPA, but in this case I would need something private. > > ------------------------------**------------------------------**---------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- This is a test of the Emergency Broadcast System. If this had been an actual emergency, do you really think we'd stick around to tell you? Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
