Ok! Understood.<br><br>So I&#39;ll try to use RpcManager to broadcast the query.<br><br>Thanks!<br>Israel<br><br><div class="gmail_quote">On Fri, Jun 18, 2010 at 6:42 PM, Manik Surtani <span dir="ltr">&lt;<a href="mailto:manik@jboss.org">manik@jboss.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
On 9 Jun 2010, at 05:45, Israel Lacerra wrote:<br>
<br>
&gt; Manik,<br>
&gt;<br>
&gt; About the &quot;map&quot; part of the map/reduce of ISPN-200.<br>
&gt;<br>
&gt; Looking in the code, my intention is(briefly) create a ReplicableCommand in CacheQueryImpl and then use RpcManager to make the query on all nodes.<br>
&gt;<br>
&gt; But ISPN-200 depends on ISPN-39, right?<br>
<br>
</div>Well, not precisely.  They are related and a degenerate case of ISPN-39 *could* work for you, but isn&#39;t necessary.  Let me explain:<br>
<br>
ISPN-39 is about pushing tasks to nodes based on key.  So, you may say something like, here&#39;s a task, T, which requires keys K1, K2, K3.  The DistributionManager could then be used to determine the most appropriate node(s) to send T to, and process it there.<br>


<br>
Now in the case of ISPN-200, you don&#39;t know which nodes contain the entries you are looking for.  So you would need to broadcast the task, T, which in this case is a query task, to *all* nodes.  So while it is similar to ISPN-39 in that it executes remote tasks, the logic of determining which nodes to execute the task on is different - you would need to execute the task on all nodes all the time.<br>


<br>
Hope this clarifies things a bit.  :)<br>
<br>
Cheers<br>
Manik<br>
<div class="im"><br>
&gt; This dependecy is about the map part? The idea behind ISPN-39 is to migrate a computation to other nodes? Like a &quot;continuation&quot;? And then ISPN-200 will use this api to make the query on all nodes?<br>
&gt;<br>
&gt;<br>
&gt; thanks!<br>
&gt;<br>
&gt; Israel<br>
&gt;<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
<br>
--<br>
Manik Surtani<br>
<a href="mailto:manik@jboss.org">manik@jboss.org</a><br>
Lead, Infinispan<br>
Lead, JBoss Cache<br>
<a href="http://www.infinispan.org" target="_blank">http://www.infinispan.org</a><br>
<a href="http://www.jbosscache.org" target="_blank">http://www.jbosscache.org</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</blockquote></div><br>