COM+ in depth

Process: Program in execution

Context: Each process is divided into one or more contexts or sub-processes

Causality: The relationships between method calls (i. e. whether one method call caused another) is detected using an abstraction that is similar to a thread but not bound to any particular process.

Key point:

It is through Causalities that multiple method call relationships are tracked