Re: Passing unique data to IPC Event child processes

  •  08-02-2007, 2:30 PM

    Re: Passing unique data to IPC Event child processes

    Using no destinations and simply recursively going to the same activity by tracking my data to be passed into each child process and a counter, as described in this post

    http://k2underground.com/forums/ShowThread.aspx?PostID=8157

    almost works perfectly. 

    The only problem is it always stops after two recursive cycles.  I have a regular server event (the one that updates my counter) followed by an IPC event.  The IPC event says it completes in the workspace report, but only the first two actually create child processes. 

     Any ideas?

View Complete Thread