2 Replies Latest reply on Sep 2, 2005 10:34 AM by icyjamie

    dynamic subprocess attached to parent process

    icyjamie

      Hello

      Is it possible to create subprocesses dynamically and connect them to the token from the main process? It should be able to:
      - initiate a number of subprocesses, attaching them to the main process
      - main process must wait on completion of al subprocesses
      - subprocesses should be able to signal main process of a problem (and put it in a certain state), and in turn the main process should signal the other processes to go into another state, or indiciate in some way there is a problem with one of the sibblings.