Skip to content

DistributedRuntime #10

@Flushot

Description

@Flushot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions