Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Presently the components of OpenVisualizer operate within a single process. We wish to extend this operation across processes and machines, as shown in the diagram below.

 

Gliffy
nameembedded-distributed-architecture
 

Implementations

Nanomsg and ZeroMQ provides a common messaging API for a variety of endpoints – threads, processes, and machines. It would be efficient to use a single tool for messaging across all domains.

Nanomsg

ZeroMQ

Celery