I'm not sure this question makes any sense. An interaction on an object occurrs in the context of where the interaction is triggered. Objects are just data, and have no knowledge of where they have been created. If one instance stores an object in .environment (generally a bad practice), then it is just an object that's available for any instance. It will remain alive until the global Rexx environment is terminated.
Rick On Sun, Apr 26, 2009 at 6:32 AM, Rony G. Flatscher <[email protected]> wrote: > Given two different RexxInstances R1 and R2 running in the same process. In > R1 an object O1 is created and saved in ".environment". > > Two questions ad RexxInterpreter context: > > If from R2 an interaction occurs with O1 (addressed via ".environment"), in > which context does O1 execute, in R1 (the creator RexxInterpreterInstance) > or in R2 (the invoker RexxInterpreterInstance)? > If R1 is terminated, but R2 interacts with O1 (addressed via > ".environment"), in which context does O1 execute, in R1 (the creating > RexxInterpreterInstance, but terminated) or in R2 (the invoking > RexxInterpreterInstance)? > > ---rony > > > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensign option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
