Viewing profile — ldemailly
ldemailly
HN member- Joined
- Tue, Jul 21, 2015, 8:50 PM UTC
- HN karma
- 15
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About ldemailly
No profile information was provided.
Recent public activity
-
comment
Comment #45351055
Then what would you do? serial port? ssh? what is your terminal connected to if you don’t have an OS?
-
comment
Comment #45351040
It doesn’t (look like a go layout) and that’s a good thing because pkg/ src/ etc aren’t good go directories.
- comment
- story
-
comment
Comment #14413040
MQ shines in async calls/event delivery. gRPC / http2 / websockets / thrift is better for synchronous calls ?
-
comment
Comment #9927387
My understanding iz ZMQ is a messaging/rpc mechanism while WDT is aimed at large data transfers (though it also works well with lots of small data as it's streaming) Also I don't k…
-
comment
Comment #9926186
bittorrent is optimized for sending to many and across peers. for fastest data transfer the time it takes to read the data is the bottleneck once the network is optimized, so hashi…
-
comment
Comment #9925765
Facebook internally use SDN which hashes source host/port destination host/port to pick paths. By using multiple connections on independent ports we do get multiple path utilized a…
-
comment
Comment #9925732
http://udt.sourceforge.net/ is a solution using UDP but we decided that TCP with multiple flow was a better tradeoff for us (not to reinvent most of the window, congestion control,…
- comment