atomix / copycat

A novel implementation of the Raft consensus algorithm

Home Page:http://atomix.io/copycat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relax threading model in transports

kuujo opened this issue · comments

Currently, Transports must implement a very specific threading model to work correctly with the Copycat server. This complexity should be moved out of the transport layer and into the Copycat server code itself.