vote up 0 vote down star
1

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.

flag

Perhaps it was an app written by the faculty of your university for teaching purposes? Have you considered asking the faculty for the reference? – McWafflestix Apr 23 at 17:34
are you talking about state diagram? – Syed Tayyab Ali Apr 23 at 17:34
@McWafflestix, it wasn't written by the faculty, but going back to ask is a good idea... I don't know why I didn't think of that. Google syndrome I suppose. – Jonathan C Dickinson Apr 23 at 18:37

2 Answers

vote up 0 vote down check

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

link|flag
That's exactly the concept; but there was an application to create (and 'debug' those). – Jonathan C Dickinson Apr 23 at 18:34
hmmm... maybe jBixbe ? jbixbe.com – Lucero Apr 23 at 18:43
vote up 1 vote down

See this Multithread Reference

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.