I have a program running on the client machine(thin client). To do some processing it will call a MTS COM in the server machine(NT server). If in the middle of processing,the client hangs meaning the MTS COM instance that is called hangs, this MTS COM instance will not be destroyed(if you see the MTS Manager(in Microsoft Management Console) the Object, Activated and In Call will be =1) even if I set the "Shutdown after idle for " to 1 minute.<br><br>I found out that if Object, Activated =1 but In Call=0, it will shutdown in 1 minute.<br><br>Q:<br>How do I make the hanged MTS object/instance be destroyed if In Call=1? <br>