Click here to Skip to main content
15,895,084 members

Comments by IDominator (Top 16 by date)

IDominator 23-Dec-13 18:26pm View    
I think I found a framework: http://www.replicanet.com/home
I hope it is what I've searched for.
IDominator 23-Dec-13 11:22am View    
That's it :D I need replicated memory. Do you know a good framework for this, which would also delta-compress it for me?
IDominator 22-Dec-13 16:01pm View    
http://www.codeproject.com/Tips/96984/How-to-Enable-Local-Cache-When-Using-Velocity-Micr
This is almost it. But again it is sql-like, so the memory and the processes that want acess it are seperate and have to comunicate through the network
IDominator 22-Dec-13 9:55am View    
Thank you for your answer. But thats not the solution I search, as the data is distributed across the whole cloud. what I need is that all peers have all data in their own memory and the only messages that they send are the changes the peers make in the memory.
I think this concept is not distributed nor shared memory... I hope something like this exists.
IDominator 21-Dec-13 13:25pm View    
I hope it exists... I have only seen library's that work sql-like