Possible Duplicate:
When is messaging (e.g. JMS) an alternative for multithreading?
I would like to use JetLang in a project. I know that, JetLang belongs to the class of threadless (messaging based) concurrency mechanisms like Erlang, Scala Actors etc. But beyond that, I am unable to rationalize its use against the built in Executors in JDK.
Can somebody please articulate?