Commandprocessor

 From:  Michael Gibson
2751.4 In reply to 2751.3 
Hi Burr,

> Also for my own knowledge if there was some reason that
> garbage cleanup couldnt be done between the to procs
> when killed.

Well, the tricky part with that kind of termination is that the regular cleanup stuff done at normal program exit by moi.exe is not done, because that moi.exe process just gets stopped in its tracks and nuked.

So the cleanup logic for handling that actually has to go in the moi_commandprocessor.exe process instead.

- Michael