-
Since Gossip Protocol by design introduces a lot of reliability it is safe and more efficient to use UDP transport for sending Gossip messages instead of TCP. Take into account that Failure Detector m…
-
I read this wiki and other aeron documents for a day and it was only from issue request "Finally, is Aeron reliable or not? #180" where I found ultimate clear answer to this fundament question.
How…
-
Moved from https://github.com/real-logic/simple-binary-encoding/issues/492 (@juddgaddie)
> Like Java, C# (unlike c/c++) is typically not compiled from sources for that reason I think the bounds che…
-
-
Support the tagging of channel URIs so they can be cross referenced and used to simplify configuration in the C Media Driver as in the Java Media Driver.
-
Upon startup it takes a long time to index messages in the archive. Most of them are irrelevant as only recent messages have any value and old ones can be discarded safely. Simply deleting the files i…
-
When I try using a Dense layer in a computation graph, I get a JVM crash. Core dumps attached during various attempts. I am using Scala.
I initially tried a simple Dense to Dense network, and got t…
-
hi
when i use aeron.NewContext().AeronDir("/tmp").MediaDriverTimeout(time.Second * 10)
i got an error: Failed to map the file ./tmp/aeron-root/cnc.dat with zero size for existing file.
but i dont…
-
#### Issue Description
I recently started trying to build deeplearning4j on the Jetson Nano board. I was able to compile libnd4j, however when i then try to go and build nd4j, it fails due to miss…
-
Considering that async-profiler provides a low overhead way to profile JVM applications, I think it would be a great idea to make async-profiler send the profiler information via some well-known metri…