分布式内存/对象 [英] Distributed Memory/ Objects

查看:148
本文介绍了分布式内存/对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨伙计,



我正在搜索分布式内存库,可能是在C ++中,但C#或Java也可以,这不是类似SQL的,换句话说,内存存储在网络中的每个对等体上,当你更改一个对等体内的对象时,所有其他对等体的内存也应该自动更改。

如果是库将允许自定义类作为分布式对象。

我有一段时间,但似乎没有那样的东西。



IDominator

Hi folks,

I'm searching for a distributed memory library, likely in C++ but C# or Java is also ok, which is not SQL-like, in other words, where the memory is stored on each peer in the network and wehen you change a object inside one peer the memory of all other peers should also change automaticly.
Also it would be nice if the library would allow custom classes as distributed objects.
I seached a while but it seems like there isn't something like that out there.

IDominator

推荐答案

我认为你可以使用分布式哈希表。



https://github.com/sit/dht/wiki [ ^ ]



这是ac#implementation



http://sourceforge.net/projects/nchord/ [ ^ ]
I think you can use a distributed hashtable.

https://github.com/sit/dht/wiki[^]

this is a c# implementation

http://sourceforge.net/projects/nchord/[^]


这篇关于分布式内存/对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆