View Single Post
  #4 (permalink)  
Old 10-02-2008, 10:58 PM
John6715 John6715 is offline
Member
 
Join Date: Oct 2008
Posts: 3
John6715 is on a distinguished road
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.
Reply With Quote