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

Authentication and Encryption #59

Closed digitalextremist closed 9 years ago

digitalextremist commented 10 years ago

Mostly handled at celluloid/celluloid-zmq#35, then:

tarcieri commented 10 years ago

Let's try to land celluloid/celluloid-zmq#35... I'm down to delay Celluloid 0.16 for that. Perhaps put that ticket in a 0.16 milestone?

Should DCell supporting CurveZMQ be a blocker for Celluloid 0.16? I wouldn't be opposed to landing it in a point release.

digitalextremist commented 10 years ago

I'm not sure if this is accurate, but I can see having this out in about 10 days, and be ready to ship 10 days after that, unless we blitz on writing tests and testing. I will deploy this into a scatter-gather pattern myself, and do everything I can to break it. I'm willing to decouple my existing environment and deploy 10+ cores in individual virtual machines to make sure everything happens smoothly. I'm a bit nervous on how this will impact my timelines, but as I said - I see saving thousands with this code.

digitalextremist commented 10 years ago

PLAIN: plain

CURVE: plain

niamster commented 9 years ago

@digitalextremist are you still interested in merging this into mainline?

digitalextremist commented 9 years ago

Will reapproach when czmq bindings land.