On Tue, 9 Mar 2010 17:14:04 +1100, Greg Price wrote: > >Now suppose JOE the other WOMBAT is loaded. >Again we will get a minor CDE for JOE pointing to >a different major CDE also called WOMBAT. > >A request for WOMBAT will find the most recently >loaded one. > (rather than the older one in FRED.)
>At least, this is what happens when I test it. > Thanks for the research. I wonder whether this behavior is documented sufficiently to be considered GUPI. If you didn't follow the "Directed Load" thread on ASSEMBLER-LIST, the OP was seeking a technique for installing an updated version of a load module while it might be in use by some threads without disrupting the execution of those threads. I was imagining that by loading JOE while active threads were executing WOMBAT, those threads would run to completion and when the reference count beame 0, FRED would be removed from storage. Meanwhile, new threads linking to WOMBAT would get the updated version in JOE. -- gil ---------------------------------------------------------------------- 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

