Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
Resolution:
When you call a process (spawn) it will execute on a new engine thread as it will be treated as a new process and will require a logic of engine thread to execute. What happens in the spawn process (what activities are being used in the spawned process - blocking or non-blocking ) will decide whether to continue on an engine thread or to use a private thread. The concept is pretty similar to a call process. This is also mentioned in the BW 5.12 documentation.