views:

108

answers:

2

In my university days I came across a Java app in one of my courses. You basically modeled your threads (any actions they perform etc.) in a simple language. It would draw a diagram and identify and issues with your threading. Does anyone know what this app is called? I have tried for the last 30 mins on Google but can't find anything.

A: 

I guess you mean "Thread State Diagrams". Maybe something like this?

http://support.objecteering.com/objecteering6.1/help/us/objecteering_uml_modeler/diagrams/state_diagrams.htm

Lucero
That's exactly the concept; but there was an application to create (and 'debug' those).
Jonathan C Dickinson
hmmm... maybe jBixbe ?http://www.jbixbe.com/
Lucero
+1  A: 

See this Multithread Reference

lsalamon