|
We cannot use multiple processes to handle thread communication. That would make this easier.
The application itself is fairly robust and we did implement a fix that prevented the lockup, but has other side effects. Ideally we could kill the thread and try again, but so far that is not possible.
That is why I was hoping for an Executor that could dip down to the native level and kill the thread even if it does not want to die.
|