ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Enterprise: Make Multiverse Distributed #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be cool of Multiverse could be used in a distributed environment,
and not just in a single JVM.

This could be a really really difficult one. There are various technologies
for building a datagrid (infinispace, terracotta, oracle Coherence etc). So
perhaps we can lift on these frameworks.

Another problem is performance: networks have a different order or
performance than in memory communication. The performance of the system
will be limited by the performance of the logical clock used in the stm..
so this is something that needs serious works.. 

And another big thing: If you don't use the distributed version, you should
not have to pay the price for it in any way. So no increased complexity and
no decreased performance.

Original issue reported on code.google.com by alarmnum...@gmail.com on 20 May 2009 at 9:15

GoogleCodeExporter commented 8 years ago

Original comment by alarmnum...@gmail.com on 20 May 2009 at 8:08