views:

1599

answers:

2

I am about to draw/document for some client-server connection establishing code to better understand it. There are several operations that are done asynchronously in separate threads (connecting threads, data receiving threads, etc).

Should I show them on separate diagrams? I would prefer to have it on a single diagram to grasp overall view but don't know how to represent it on Activity diagram.

+1  A: 
Raminder
This is sequence diagram - not activity diagram. I would like to have overall actions instead of specific function calls to see what's going on.
Marcin Gil
+2  A: 
sharkin
And this is exactly how I did this :)
Marcin Gil
Excellent dude, i've been looking for something like this.
scope_creep