Hi Colin, so for both of those commands, MoI runs the actual calculation inside a separate process and uses interprocess communication between the main process and the worker process. If some other monitoring program is interjecting itself into the middle of that, that could potentially cause the kind of delays that you're describing.
The particulars of how the interprocess communication works is different between MoI v3.2 and MoI v4, maybe the method that the Wine library used in v3 is not as easy to intercept as the v4 one.
- Michael
|