Hi
I'm going to be calling some Java multi-threaded code that is currently 
using JSR166Y (due to backward compatibility requirements with some legacy 
java 6 code).

My Java developer wants to know if he should do a branch to use java7 (or 
8) compatible fork join pool instead

The intention is I call this from within an actor and possibly from within 
multiple actors (i.e. simultaneously). So I could have 2 or 3 actors each 
calling this code (a fairly long lived dynamic program at up to 500ms) 
which itself is using fork join to parallel process with a fairly low 
number of threads.

Is there a recommendation of best practice here?

Tim

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to