Viewing profile — elfenpiff
elfenpiff
HN member- Joined
- Thu, Apr 04, 2024, 2:01 PM UTC
- HN karma
- 56
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About elfenpiff
No profile information was provided.
Recent public activity
-
comment
Comment #49166673
iceoryx2 provides zero-copy inter-process communication mechanisms based on shared memory and data structures that are modified concurrently by multiple processes. One of the key o…
- story
- story
-
comment
Comment #42496356
Hello everyone! Just in time for Christmas, we are excited to announce the v0.5 release of iceoryx2 – a ultra-fast and reliable inter-process communication (ipc) library written in…
- story
-
comment
Comment #41689208
> This smells like they are using shared memory, which is almost certainly a security nightmare. Yes, we are using shared memory, and I agree that shared memory is a challenge but …
-
comment
Comment #41686643
You guessed right. We have a layered architecture that abstracts this away for every platform. With this, we can support every OS as long as it has a way of sharing memory between …
-
comment
Comment #41686626
This is a longer story, but I'll try to provide the essence. * All IPC resources are represented in the file system and have a global naming scheme. So if you would like to perform…
-
comment
Comment #41686584
Tier 1 also means all security/safety features. Windows is not used in mission-critical systems like cars or plans, so we do not need to add those to Windows. We aim to support Win…
- comment
-
story
Show HN: Iceoryx2 – Fast IPC Library for Rust, C++, and C
Hello everyone, Today we released iceoryx2 v0.4! iceoryx2 is a service-based inter-process communication (IPC) library designed to make communication between processes as fast as p…
-
comment
Comment #40729550
In iceoryx2, we use something that we call event concept, which can either use unix-domain sockets so that you have something to select/wake/epoll on or a variant where we use a se…
-
comment
Comment #40729293
If you want to use push notifications to wake up processes, iceoryx2 has the event messaging pattern where a listener waits for incoming events, and a notifier in another process c…
-
comment
Comment #40729265
Here is one of the iceoryx2 maintainers, and we intend to implement request-response in Q3 this year.
-
comment
Comment #40690964
Months ago, a friend and I founded a company called https://ekxide.io to continue the development of iceoryx2. It's a library that enables incredibly fast data and signal exchange …
- story
- story
- story
-
story
Show HN: iceoryx2 v0.3.0 released – zero-copy IPC middleware in Rust
Today, we released iceoryx2 v0.3.0. It comes with some cool new features, bug fixes, and additional examples; see this here https://github.com/eclipse-iceoryx/iceoryx2/releases/tag…
-
comment
Comment #40037835
I am one of the maintainers of iceoryx and the creator of iceoryx2, so I wanted to add and complete some more details. iceoryx/iceoryx2 was intended for safety-critical systems ini…
-
comment
Comment #40037622
I thought the same when we ported iceoryx to Mac OS and Windows. Mac OS is pretty straightforward, except it does not support unnamed semaphores. But Windows is an entirely differe…
- story