[Oorexx-devel] Ad unloader

2009-05-27 Thread Rony G. Flatscher
Under what conditions would a defined unloader function be run by the runtime? What could be reasons that it does not get invoked? Reason: when running a test-program via rexx.exe, the unloader runs at the end of the program. When running via Java, the unloader does not run (I seem to remember

Re: [Oorexx-devel] Ad unloader

2009-05-27 Thread Rick McGuire
The unloader gets called when all interpreter instances have been terminated and the global Rexx environment is going to be shut down. Any active instance, regardless of how it is created, is enough to keep these active. If the process terminates while there are still active instances, then these

Re: [Oorexx-devel] Ad unloader

2009-05-27 Thread Rony G. Flatscher
Rick McGuire wrote: The unloader gets called when all interpreter instances have been terminated and the global Rexx environment is going to be shut down. Any active instance, regardless of how it is created, is enough to keep these active. If the process terminates while there are still