Rick McGuire wrote:
You still haven't corrected the code that's incorrectly registering
the exits.  RXSIOSAY, etc. are not individual exits that you ran
register call backs for.  There's just the single exit RXSIO.  Same
problem with RXINIEXT.  What you're effectively doing is sending other
exit calls to the I/O exit, which is likely the source of the problems
you're seeing.

Rick

On Tue, Mar 24, 2009 at 11:19 AM, David Ashley
<david.ashley....@gmail.com> wrote:
Rick McGuire wrote:
The Rexx instances are independent entities, but the associate thread
context is not so.  You will get rather unpredictable effects with
creating two on the same thread and trying to switch back and forth.
The last one created will end up getting picked up in most legacy code
situations.  Since you only run in one more or the other, you'd be
better offf storing the execution mode in the application data and
using that information to decide how the exit should behave.

Rick


Rick -

No good. I get the same exact error as before. I updated the code in the
repository so that only one instance is created. Would you mind looking
at it again? I am obviously doing something wrong but I sure can't see it.

David Ashley


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

I commited the fixes. Now the exits do not get called at all!.

David Ashley
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to