There is one use-case for which I am not able to find a work-around:

  * Rexx loads BSF4ooRexx and interfaces with Java.
  * For Java event handlers ooRexx objects are passed to Java, such that Java 
calls back to Rexx
    (Rexx messages will be sent to the Rexx object, whenever a Java method gets 
invoked for which
    the Rexx object serves as the event handler).

  * The problem: when the Rexx program ends and the Rexx interpreter is 
shutting down it may be the
    case that Java attempts a callback to Rexx yielding to a crash of the 
interpreter.

Any ideas what I could do to reliably prevent crashing the Rexx interpreter in 
that shutdown stage?

---rony



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to