JCSP, lw isolated processes/threads in java!?

Has anyone heard of this?

http://www.cs.kent.ac.uk/projects/ofa/jcsp/

It sounds like isolated threads in java, if so, this would be a breakthrough for java wouldnt it? I mean, totally uber cool with isolated processes, think about all the concurrency problems and performance gains we could get :wink:

This is a subject that interests me. But I can’t find a concise definition of CSP on that web-page. Know any any good intros that explain the programming concepts clearly and concisely?

“Communicating Sequential Processes” by C.A.R. Hoare is probably the classic text on the subject. It is available as a free download from http://www.usingcsp.com/.

— Rod

Thanks!