eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
16 stars 25 forks source link

Provide eBPF user_events optional support in C++ code stack and extend to rust when possible. #84

Closed debruce closed 6 months ago

debruce commented 6 months ago

Extended Berkeley Packet Filter provides a uniform environment for cross-language user space tracing and along with kernel preemption points. It would be a crime to not design this in, especially to verify server side concurrency, and support future strand development.

debruce commented 6 months ago

This should really have been created under up-client-zenoh-cpp, since it is an implementation detail. Cancelling to move it there.