celluloid / dcell

UNMAINTAINED: See celluloid/celluloid#779 - Actor-based distributed objects in Ruby based on Celluloid and 0MQ
http://celluloid.io
MIT License
595 stars 65 forks source link

Decouple Node gossiping and registry from core Node behaviour #23

Closed halorgium closed 12 years ago

halorgium commented 12 years ago

I have been using DCell without the gossip pieces and doing that part at a configuration layer. This means that I do not want to enable the NodeManager.

I understand the end goal is to hide the differences between Actors on local systems and remote systems. This change-in-progress is attempting to make that behaviour built on top of a simpler core library.

travisbot commented 12 years ago

This pull request fails (merged df2c27f1 into c3953de5).