Todd L. Montgomery

Results 50 comments of Todd L. Montgomery

Still on the list. I've had some hardware issues, but mainly have been busy with other features. Will get back to ef_vi once Clustering is more feature-ful.

SSM is not currently supported. All multicast reception is currently `(*,G)`. Adding SSM is fairly straight forward, though.

There could be a myriad of reasons. Loopback with Solarflare is not the same as not Solarflare. You would be best off turning on logging and see what is being...

https://github.com/real-logic/aeron/wiki/Monitoring-and-Debugging#debug-logging

You tried 224.1.2.3 with the Solarflare ping/pong and 224.0.1.1 with Aeron. Have you tried 224.1.2.3 with Aeron?

There are some interesting aspects of Robin Hood hashing that might be good to include. http://sebastiansylvan.com/2013/05/08/robin-hood-hashing-should-be-your-default-hash-table-implementation/

A SuggestedAPIs.md doc sounds perfect to me. There are some subtleties that could be much more clarified that way.

Both end-to-end application data unit and byte-level flow control are needed. So, another option might be to always use a byte-level flow control transport protocol below. Which is provided by...

Congestion control, not flow control, is needed to not overflow the network buffering on a hop-by-hop basis. This level of clarity is not what HTTP/2 (or anything built on top...

@benjchristensen just clarifying your statements about network buffering. Nothing HTTP/2, or RS, does is for network buffering control. I see what you are talking about. And I actually, partially, agree....