Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Actors
-
Labels:None
-
Environment:
-
Number of attachments :
Description
By using Kilim framework for internal GPars implementation, it is possible to make the GPars really efficient for concurrent programming, even better than Java.
That framework was used by Kresten Krab Thorup to implement Erjang ( Erlang for JVM), and that implementation looks more efficient than original Erlang.
(The presentation for Erjang http://www.infoq.com/presentations/Modeling-Concurrency-with-Actors-in-Java).
Several challenges to consider:
Kilim MIT-style license
Potential integration issues to check - weaving Groovy code, impact on the build process of GPars' users, grabbing GPars through Grape
GPars needs to run wherever Groovy can be used, including Grails, the groovy console, mobile devices