niclar
niclar
We're in the process of implementing service discovery using the iceoryx primitives. It seems that terminated publishers and servers are not automatically removed from the service registry, hence unavailable services...
## Brief feature description The iceoryx ACL support does not only require a preinstalled libacl it also requires a filesystem which supports it. This is not always given, especially when...
To aid debugging it would be nice if one could supply a (custom) runtime::PROCESS_WAITING_FOR_ROUDI_TIMEOUT when instantiating the posh runtime.
Hi, what's the recommended way of detecting that a blocking (WAIT_FOR_CONSUMER/BLOCK_PRODUCER) publisher/subscriber pair is subject for backpressure / blocking (at full subscription queue). Would be nice to have a helper...
Using the listener construct, it would be nice to get hold of the worker thread and pin it on startup (etc) without resorting to reinterpret_cast hacks. -Or is it that...
Hi we encounter a deadlock in the Listener on b18411364d1cac72422c53a4b254fad0c9061204 in the follow situation. We have main thread (M) and an iceoryx listener thread (L) with the following execution trace...
## Required information **Operating system:** Ubuntu 22.04.4 LTS **Compiler version:** clang 18.1.4 **Eclipse iceoryx version:** main / b9ab7ee6ce1835c63b3fc7fb4033c31e4418d5cd **Observed result or behaviour:** ``` Function = iox::popo::PublisherPortUser::tryAllocateChunk(unsigned long, unsigned int, unsigned...
Hi, a vcpkg port of this library would greatly simplify integration and distribution for us and the rest of the community and further drive adaptation I would think. Is this...
Hi, where experiencing build errors under windows (same source & settings under linux works), visual studio 17.11.3 using the code at https://github.com/TileDB-Inc/TileDB-MariaDB/archive/0.33.0.tar.gz & settings; vcpkg_cmake_configure( SOURCE_PATH "${MARIADB_SOURCE_PATH}" OPTIONS -DPLUGIN_TOKUDB=NO -DPLUGIN_ROCKSDB=NO...
Hi we're evaluating tiledb for persistence of some of our high frequency data. We're using the c++ library (clang18, libc++, ubuntu22, low latency kernel etc), writing to local disk we're...