[go: up one dir, main page]

Menu

#4 Add "auto-attacht" feature

Next Release
pending
None
5
2014-03-30
2014-03-22
No

Currently, if using multithreading in ooRexx and wishing to interact with Java from all threads, one needs to do:

  • get the thread id (TID) from the thread that has an established connection to Java
  • share that thread with any ooRexx thread that needs to interact with Java and execute in that ooRexx thread a BSFAttachToTID(tid), otherwise a runtime error is thrown

Allow for a mechanism that is able to automatically attach ooRexx threads to Java (using some sort of a "primodal TID" that carries the established connection to/from Java, maybe storing the TID in .local und the name "bsf.primodalTID").

Discussion

  • Rony G. Flatscher

    • status: open --> pending