Stephen Holsapple
Stephen Holsapple
I wrote this in blog form the other day when I conducted an experiment for myself... here it is... _TL;DR: we can write IPC code such that it doesn't internally...
Depending on https://github.com/sholsapp/gallocy/issues/30 we might not need this.
Hey @rverdon I left a few last comments. I think you need to rebase and add tests, then this is good. This does -3% to coverage.
@rverdon I know it's owning coverage. :smile: I made a comment a week or so ago in consensus/server.cpp (or the header file, can't remember) that says: ``` 188 // TODO(rverdon):...
This weekend I can try to sketch up a more official design so that we can write pluggable client/server things so we can try UDP, TCP, RDP, etc., with little...
The takeaway isn't libevent...ignore that for now. It's that you need to develop the server at the same time as the client. On Mar 9, 2016 9:29 PM, "rverdon" [email protected]...
Sorry, I didn't get to this this weekend. I'll try and get to the client/server redesign once I finish the consensus module. If you want to take a stab at...
Ping! Friendly reminder we'd be willing to contribute a fix if you can give us a high level sense of where to start looking.
@gurkankaymak I understand that you cannot reproduce the issue with just a `SIGSEGV`. 😅 But my point was that my configuration is very large (tens of thousands of lines, 20+...
Can you elaborate on your plan more and maybe give a concrete example? Would such a system be able to handle an implementation of a "wildcard" acls, perhaps? I'm evaluating...