Forget zbus, zlink is the future of IPC in Rust

Presenters Lennart Poettering Zeeshan Ali Khan Source All Systems Go! 2025 Zelink: A Fresh Approach to Inter-Process Communication 🚀 Are you tired of the complexities of existing inter-process communication (IPC) systems? Do you crave a more modern, flexible, and developer-friendly solution? Then buckle up, because we’re diving into Zelink, a promising new library aiming to shake up the IPC landscape! This presentation offered a fascinating look behind the scenes of Zelink, outlining its design principles, addressing key challenges, and hinting at its potential to be a real game-changer. Let’s unpack what makes Zelink stand out, and what’s on the roadmap. ...

October 1, 2025 · 3 min

How I optimized away 94% CPU from zbus

Presenters Zeeshan Ali Khan Source All Systems Go! 2025 🚀 Zebus: Supercharging DBUS Communication in Rust ✨ DBUS. It’s a name that might evoke images of legacy systems and slightly dusty technology. But don’t count it out just yet! It’s a mature, widely-used inter-process communication (IPC) system, and when you need to talk between processes, it’s often a solid choice. But what happens when you want to do it fast? That’s where Zebus comes in. This blog post dives into the fascinating story of how Zebus, a Rust library, is revolutionizing DBUS communication. ...

September 30, 2025 · 3 min