Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page describes all problems, tasks and solution approaches regarding tracing of method invocations that can span over multiple threads.

...

Currently the container approach is used, that does not support asynchronous method invocations.
In my understanding, asynchronous method invocation are in fact cached by the invocation sequence sensor(if instrumented), but are not displayed i the context tree in the right branch. There also ordered according to the invocation order.

New approaches /

...

ideas

Idea:

The creator ID is injected in the new Thread during the instantiation operation. Similar the starter ID can be injected during the start operation.
Assumption: The Thread class can be instrumented. (Research)


Questions / Possible Problems

...