[infinispan-issues] [JBoss JIRA] Commented: (ISPN-39) Distributed executors
Ming Fai Ma (JIRA)
jira-events at lists.jboss.org
Thu Sep 2 22:02:52 EDT 2010
[ https://jira.jboss.org/browse/ISPN-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12548787#action_12548787 ]
Ming Fai Ma commented on ISPN-39:
---------------------------------
just for your reference, Hazelcast provide distributed execution with simple APIs:
http://www.hazelcast.com/documentation.jsp#DistributedExecution
map-reduce would be more powerful but it may be a good idea to support a simple scenario to send a Runnable to run on another node.
Hazelcast is probably the only distributed execution framework that cannot transfer class definition on the wire. Gridgain and DAC (http://www.dacframe.org/trac/dac/, i never tried this one) can send class definition to other nodes for execution. The wiki page doesn't seem to have mentioned whether it will support transferring class definition.
> Distributed executors
> ---------------------
>
> Key: ISPN-39
> URL: https://jira.jboss.org/browse/ISPN-39
> Project: Infinispan
> Issue Type: Feature Request
> Components: RPC
> Reporter: Manik Surtani
> Assignee: Vladimir Blagojevic
> Priority: Critical
> Fix For: 5.0.0.BETA1, 5.0.0.Final
>
>
> 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.
> Scope and objectives of this task are described in https://community.jboss.org/wiki/InfinispanDistributedExecutionFramework
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list