[infinispan-issues] [JBoss JIRA] Commented: (ISPN-39) Distributed executors
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Nov 23 11:55:29 EST 2009
[ https://jira.jboss.org/jira/browse/ISPN-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12496108#action_12496108 ]
Manik Surtani commented on ISPN-39:
-----------------------------------
Perhaps look at the JDK7 fork/join API, perhaps provide a "smart" distributed Fork/Join impl. distributing tasks according to data requirements. A nicer API for map/reduce.
> Distributed executors
> ---------------------
>
> Key: ISPN-39
> URL: https://jira.jboss.org/jira/browse/ISPN-39
> Project: Infinispan
> Issue Type: Feature Request
> Components: RPC
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 5.1.0.BETA1, 5.1.0.GA
>
>
> A new API to allow users to provide a Runnable/Callable and a set of keys to run this on, and the ability to move the code to where the data is and execute it there, returning results (if any) across a network.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list