-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Milestone
Description
Create a runtime that can be distributed across multiple machines, using either RabbitMQ or ZeroMQ as a bounded buffer for ports.
Bonus points: Make the packet serialization format work with more than one language. Rather than pickling or using json, try using msgpack. It seems msgpack uses variable sized signed/unsigned ints for C compatibility, and may technically be able to support cyclic references with some hacking: msgpack/msgpack-d#7