Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DistributedRuntime #10

Open
Flushot opened this issue Jul 29, 2015 · 0 comments
Open

DistributedRuntime #10

Flushot opened this issue Jul 29, 2015 · 0 comments

Comments

@Flushot
Copy link
Contributor

Flushot commented Jul 29, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant