rexxpg.pdf states in "8.5 Garbage Collection Considerations": ... "The global 
reference can be used
with any API context valid for /the same/ interpreter instance." ...

  * Question 1: does that mean that a "global" reference obtained with 
RequestGlobalReference() can
    only be used within a single Rexx interpreter instance safely?

    If so, how could one create Rexx objects via native code in one Rexx 
interpreter instance and
    use them in another Rexx interpreter instance, like Rexx objects that are 
stored in
    .environment, which are accessible from any Rexx interpreter instance?

  * Question 2: does the ReleaseGlobalReference() have to be called via the 
Rexx interpreter
    instance that was used to create the global reference in the first place, 
or is it possible to
    use any Rexx interpreter instance for this purpose?

---rony

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to