MTS Executive is implemented in mtxex.dll and the main controller for objects in MTS. |
MTS Executive is a control freak object, therefore it likes to intercept every call made on the objects living in MTS environment. MTS Executive intercepts the request coming from SCM to create a new object. MTS Executive defines a wrapper object called context wrapper (IObjectContext) to monitor all the incoming and outgoing calls from object (call-by-call basis continuous monitoring). |
The MTS Executive and the application DLLs (MTS components) are loaded into the surrogate called mtx.exe. |