Hi,
When we have a multi-thread process running and it enters a wait state, when the cause of the wait state completes, the rest of the threads complete serially instead of in parallel. Does anyone know of a way to get them back to parallel, other than to let everything complete?
Here is an example of what happened:
A process was running.
A modeler tried to create a new object, so this thread went into wait state for the process to finish.
The multi-thread processes started and entered wait state.
The original process finished.
The object was created and that thread disappeared.
Then one thread of the multi-threaded processes started to run, but the others stay in wait state.
Each thread completed one at a time.
Most of the time the multi-threaded process works fine in parallel.
------------------------------
Scott Brown
------------------------------
#PlanningAnalyticswithWatson