Closed halorgium closed 11 years ago
For reference, it might make sense to use the new version of Moneta
at some point. See #37
You use this registry to register the distributed objects? Imho you can easily use Moneta for that. If you need further backends these can also be added to Moneta assuming that they can be mapped to a k/v system.
@minad yup, understood. I am trying to solve and close most of the issues as we are tackling a larger change inside Celluloid. Follow along at https://groups.google.com/d/msg/celluloid-ruby/Rd2AurcPNpo/xejk2OT3zwEJ if you want.
@minad it's not that Moneta can't do this, it's that the DCell "adapter" API needs to change (to an actor), and the fewer of them we have to port over the better.
We can revisit this when DCell is in a better state.
There are some features which we need to reconsider if we are to have a moneta adapter. The main one is being able to clear the registries independently.