mohammad nadeem created ISPN-7000:
-------------------------------------
Summary: Infinispan distributed task execution without serialization
Key: ISPN-7000
URL:
https://issues.jboss.org/browse/ISPN-7000
Project: Infinispan
Issue Type: Feature Request
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.0.2.Final
Reporter: mohammad nadeem
0
down vote
favorite
I am aware of simple distributed task execution (Using Distributed Executor Service), for
example [here
](https://github.com/infinispan/infinispan-simple-tutorials/blob/master/distexec/src/main/java/org/infinispan/tutorial/simple/distexec/InfinispanDistExec.java)
and
[
here](https://github.com/infinispan/infinispan-quickstart/tree/master/clu...,
However the mechanism used is to serialize the callable and transport it to destination
for execution, as I said this works for simple cases, many a times it wont be feasible to
searlize every thing, for example from callable lots of classes would be referred to get a
task done, in this case everything should be transported (many a times not possible, even
if it is possible, it would take humongous time to transport accross, there by killing the
purpose), what would be required instead is to assume that the classes exists at the
target system and simply invoke it (the way hadoop works), I am not sure if there exists
such execution model in infinispan?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)