Are You calling them indirectly ?

I.e. like :

subr = "nameOfSubroutine"

call @subr( args )

This technique will 'force' the subs 'in memory'
whereas

call nameOfSubroutine(args)

should start a search for the subroutine.

How this search is done and especially if it will
force a fresh copy I don't know but it
could be worth to try.

-- mats.



[EMAIL PROTECTED] wrote:

Hi all,

UV9.6.1.14
HPUX 11

I have a background processor that calls a number of subroutines.  Everytime I 
make a change to any of the subroutines, I have to shutdown the job and restart 
it because the subroutine is still in memory.  Does anyone know of a way that I 
can force the background job to reread the subroutine?

Thanks in advance,

Scott
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to