Live data from Hacker News

Microduck

pollen-robotics.com

381–390 of 415 posts

Re: Microduck

#389

Earlier quoted context omitted.

Because now you're locked into the Rust ecosystem. JSONRPC over Unix sockets is a better interface for language agnostic IPC.

iceoryx2 maintainer here. Of course everybody has different requirements when it comes to IPC and if a rich set of supported languages is the highest priority, then protocols like JSONRPC are a good option. But using such protocols for local IPC also has downsides, especially when the amount of data increases and the available resources are limited. This is where iceoryx2 has its strengths by utilizing shared memory…

[dead]

Re: Microduck

#390

Earlier quoted context omitted.

Because now you're locked into the Rust ecosystem. JSONRPC over Unix sockets is a better interface for language agnostic IPC.

How does a cross language IPC library being written in Rust lock you into the Rust ecosystem if you can use it in C++ and other programming languages listed here https://github.com/eclipse-iceoryx/iceoryx2#language-binding... . You have to engage in a significant amount of motivated reasoning to believe that.

[dead]
Post reply on HN