Chrissie Caulfield
Chrissie Caulfield
pr #467 should clear these up
Nice idea. And I always wondered if you could nest epoll fds :)
Yes, I don't like the pipe idea. libraries have no business providing that sort of unexpected interface. If logs need rotating then i's the application's responsibility to say when and...
An interesting idea. And it *might* not be that hard. The server passes the actual shm names back to the client after connect to the socket. I'll see what I...
https://github.com/ClusterLabs/libqb/pull/401
My first thought for fixing this is for libqb to allocate its own version of the key and data, so it would be easy for it to free them when...
I think it's the fact that I've been doing quite a bit of Rust recently that makes be balk (or worse) when I see pointers thrown around semi-randomly with little...
I am very much in favour of 5 or 6 ;-)
Firstly, apologies for taking so long to get to this, I only just noticed it today so I need to check my notifications from github are working properly. After fixing...
Thanks for clarifying that Steven. Corosync still runs single-threaded (though knet doesn't) so doesn't need or want a thread-safe libqb. I think at one point, libqb was (bizarrely) advertised as...