-
This entails:
1) adding a max number of libraries, which defaults to say 1/2 the archive's `maxConcurrentRecordings()` and is overrideable.
2) Reject libraries when you've got more than this numbe…
-
Are there any plans to continue updating this project to follow aeron as it is updated?
Cheers,
Jeff
-
Venom's BufferQueue implements locking way better than current WorldObserver. However, it is not exactly proven to work yet... When it is, it should be used.
-
Hello. I am using aeron-udp transport in akka. Akka machines are exchanging messages at high but sustainable rates, but at some point the channel from one machine to another disrupts: the first actor …
-
Hi i wanted to write an ansible module using your lib, but stumbled to the issue that it for some reason doesn't support multilevel dict.
example:
```
properties=('''
---
aeron:
cluster:…
-
Running the following on the same box as a C MD :
```
./Pong -c aeron:ipc -C aeron:ipc
Subscribing Ping at aeron:ipc on Stream ID 10
Publishing Pong at aeron:ipc on Stream ID 10
Subscription: …
-
In function aeron_driver_receiver_do_work :
```c
struct mmsghdr mmsghdr[AERON_DRIVER_RECEIVER_NUM_RECV_BUFFERS];
.......
int poll_result = aeron_udp_transport_poller_poll(
…
-
I encountered the error during cppbuild on arm platform. Actually, the file is not in the directory. Or not supported?
-
Hi. Not sure whether it's an issue or not but will post here. Any feedback is welcome.
Using samples, sending 2Gb file locally, works fine - I managed to achieve almost 200MB per second. Once I move …
-
I'm just getting started with Aeron... Sorry if this is such a simple question but I'm not making much progress and want to understand what should be happening or what I can look at to determine the …