What is the best way to diagrammatically represent a system threading architecture?

Posted by thegreendroid on Programmers See other posts from Programmers or by thegreendroid
Published on 2012-09-22T23:54:51Z Indexed on 2012/09/23 3:49 UTC
Read the original article Hit count: 288

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?

© Programmers or respective owner

Related posts about design

Related posts about architecture