[Migrated content. Thread originally posted on 05 March 2007]
I have a a main module called 'uwcmgr' which calls multiple sub-modules called 'uwcmgraaaa', 'uwcmgrbbbb', etc.Each of the sub-modules calls a common module called 'uwcilog' which is initialised the first time it is called by each sub-module.
Now, it looks like all the sub-modules are 'sharing' one instance of the same module instead of having their own copy. In this instance, parameters passed to 'uwcilog' by one sub-module are turning up when it is called by another sub-module.
Is there a setting somewhere that will ensure that each of the sub-modules has it's own copy of the 'uwcilog' module?
I know INITIAL would do it, but that would mean that the sub-modules would have to pass the initialisation parameters on each call rather than the first call to 'uwcilog'.



