nonlinear5 a écrit :
> Florent brought my attention to GridGain (http://www.gridgain.com/
> index.html), which is an open source software for parallel processing
> specifically for Java applications. I looked at some of their
> documentations, and I liked their concepts. I am going to see what it
> would take to integrate JBT with it. If anyone has already tried it,
> let me know what you found. If I can distribute optimization job to
> two computers (one running at work, the other one at home), this would
> be valuable.
>
>   

- as all is serialized between the nodes (bytecode and data)
- as our data if heavy and our bytecode is light

I suggest to put manually the data on all nodes locally. Our code would 
load it from local disc node after being serialized on the node.

I'm pretty sure that it would be practically impossible to serialize the 
data between the nodes over a slow network.

--
Florent,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to