Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 661 Bytes

vNerveBiLiveReceptor

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

TODO

Worker

  • Parse json to protobuf.
  • Pack header and serialized protobuf.
  • Introduce ZeroMQ and send to supervisor. Use custom protocol to communicate between supervisor and worker.
  • Use thread local storage instead of boost::thread_specific_ptr.
  • Refactor(class/namespace/filename).

Supervisor

  • Drop gRPC.
  • Event loop, weighted round robin.
  • ...