What is the best way to diagrammatically represent a system threading architecture?
- by thegreendroid
I am yet to find the perfect way to diagrammatically represent the overall threading architecture for a system (using UML or otherwise).
I am after a diagramming technique that would show all the threads in a given system and how they interact with each other. There are a few similar questions - Drawing Thread Interaction, UML Diagrams of Multithreaded Applications and Intuitive UML Approach to Depict Threads but they don't fully answer my question.
What are some of the techniques that you've found useful to depict the overall threading architecture for a system?