Is there any plan to leverage java 7 util.concurrent’s ForkJoin APIs or, expose similar API in Akka?
Is there any plan to leverage java 7 util.concurrent’s ForkJoin APIs or, expose similar
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We’ve been working with Doug Lea to improve ForkJoinPool for Akka, and I’m going to embed the new version for Akka 2.0: http://www.assembla.com/spaces/akka/tickets/1728
Read this for a summary from Doug: http://cs.oswego.edu/pipermail/concurrency-interest/2012-January/008987.html
But we won’t be exposing the raw API of ForkJoin, that’s what the ForkJoin framework is for.
Cheers,
√