aspose file tools
The moose likes Threads and Synchronization and the fly likes Concurrency: State Models and Java Programs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "Concurrency: State Models and Java Programs" Watch "Concurrency: State Models and Java Programs" New topic
Author

Concurrency: State Models and Java Programs

Stan James
(instanceof Sidekick)
Ranch Hand

Joined: Jan 29, 2003
Posts: 8791
Anyone familiar with Concurrency: State Models and Java Programs, 2nd Edition from Wiley? It just came up available on Books 24x7 at work. The authors use an algebra to describe state machines and a tool to analyze for thread problems, eg race & deadlock. You can get the tool from the "supplements" link on the website. I've worked a few single thread examples so far but haven't gotten to any parallel ones.


A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Concurrency: State Models and Java Programs
 
Similar Threads
threads -- start order
Thread and Process
Multithreaded Example... Where to put WAIT() , NOTIFY() advise please
Monitor: Syncronisation
from model to real code, book needed