Hi,
we are trying the following:
when the user starts a runtime we want the initial program A to call a little program B (as a thread) that runs independently as long as the runtime is running.
Even if for example program A calls program C with CALL PROGRAM.
Is this possible ? How would you achive this ?
The thread was our first idea. If you come up with something other than thread we are open for your solution.