1 Reply Latest reply on Aug 16, 2005 9:55 PM by shuchan

    How to execute nodes and actions under fork by multi threads

    kukeltje

      afaik it is not allowed to start threads this way from code. If you want multiple actions to work in parrallel make them async and use e.g. jms to achieve that.

      So the fork spawns multiple nodes which in turn start async actions. The end of an action can signal the node to 'continue'

      Is this what you want?